4 lines
101 B
Text
4 lines
101 B
Text
@[extname main]
|
|
def my_test (n : list string) : io uint32 :=
|
|
do io.println' (to_string n),
|
|
pure 0
|