lean4-htt/tests/compiler/t1.lean
2021-01-27 14:45:31 +01:00

3 lines
78 B
Text

def main (xs : List String) : IO UInt32 :=
IO.println "hello world" *>
pure 0