my solutions for advent of code problems written in OCaml.
generate a template for a day with dune exec -- advent_of_code make-day -day [DAY] -year [YEAR]
run a solution with dune exec -- advent_of_code run -day [DAY] -year [YEAR] -part [1 | 2] [test | real | submit]
.