lean4-htt/tests/compiler/t1.lean
2020-10-23 16:18:52 -07:00

4 lines
90 B
Text

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