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