Advent of Code - OCaml (aocaml) Overview This is my attempt at solving the Advent of Code problems in OCaml. Prerequisites OCaml Dune How to run dune exec aoc <YEAR> <DAY> [--stdin] WarningThe --stdin flag is not supported by most puzzles and will ignore the input.