3 lines
79 B
Text
3 lines
79 B
Text
def main (xs : list string) : io uint32 :=
|
|
io.println' "hello world" *>
|
|
pure 0
|