lean4-htt/doc/examples/compiler/test.lean
2020-05-14 14:47:54 +02:00

3 lines
80 B
Text

def main (n : List String) : IO UInt32 :=
do IO.println (toString n);
pure 0