Informatique/MPSI/spe/cours/cours1.ml
2020-09-01 16:07:00 +02:00

6 lines
86 B
OCaml

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