2 lines
49 B
OCaml
2 lines
49 B
OCaml
|
|
List.iter (Printf.printf "%d") [1; 2; 3; 4; 5];;
|
|
|
List.iter (Printf.printf "%d") [1; 2; 3; 4; 5];;
|