aoc-2022-ocaml/src/main.ml

5 lines
39 B
Standard ML

let () =
Day1.print;
Day2.print
;;