Informatique/spe/cours/cours1.ml
2020-01-24 11:26:40 +01:00

6 lines
86 B
OCaml

(* let rec arbre n = match n with
| 0 -> ()
| _ -> print_string
*)
[1;2;3];;