/ocaml-aoc-2023

Advent Of Code 2023's solutions in OCaml

Primary LanguageOCamlMIT LicenseMIT

Advent of Code 2023 in OCaml

Each day's solution functions are in its corresponding directory. The bin directory contains dayXbin.ml files which invoke the solution functions.

To run a particular day's solutions, run:

dune exec day_integer

For example, to run day 1's solutions, run:

dune exec 1