3 lines
80 B
Text
3 lines
80 B
Text
def main (n : List String) : IO UInt32 :=
|
|
do IO.println (toString n);
|
|
pure 0
|