lean4-htt/tests/compiler/t1.lean
2019-02-07 12:14:25 -08:00

3 lines
79 B
Text

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