0
Q:

print list ocaml

let rec print_list = function 
[] -> ()
| e::l -> print_int e ; print_string " " ; print_list l
0

New to Communities?

Join the community