lean4-htt/tests/compiler/t1.lean

3 lines
78 B
Text

def main (xs : list string) : io uint32 :=
io.println "hello world" *>
pure 0