lean4-htt/tests/compiler/t1.lean
2019-03-21 15:11:05 -07:00

3 lines
78 B
Text

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