Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 329 Bytes

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