2 lines
98 B
Text
2 lines
98 B
Text
def step : Array Nat := Array.mk (List.range 10)
|
|
def main : IO Unit := IO.print s!"{step.size}\n"
|