2 lines
63 B
Text
2 lines
63 B
Text
|
|
Array.iter (fun x -> Printf.printf "%d" x) [|1; 2; 3; 4; 5|];;
|