Informatique/MPSI/spe/cours/cours1.ml

6 lines
86 B
OCaml
Raw Permalink Normal View History

2020-01-24 11:26:40 +01:00
(* let rec arbre n = match n with
| 0 -> ()
| _ -> print_string
*)
[1;2;3];;