3 lines
82 B
Text
3 lines
82 B
Text
def main (n : list string) : io uint32 :=
|
|
do io.println' (to_string n),
|
|
pure 0
|