4 lines
63 B
Text
4 lines
63 B
Text
|
|
Array.iter
|
||
|
|
(fun i -> Printf.printf "%d\n" i)
|
||
|
|
collect_array
|