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