Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 335 Bytes

File metadata and controls

18 lines (12 loc) · 335 Bytes

Advent Of Code, Ocaml Edition.

Yet another Advent of Code repo. Yearly relapse into OCaml.

Verification

# Run all days.
> dune test

# Run an individual day.
> dune test 2023/day01

Editions