3 lines
78 B
Text
3 lines
78 B
Text
def main (xs : List String) : IO UInt32 :=
|
|
IO.println "hello world" *>
|
|
pure 0
|