Skip to content

renormalize/ocaml-aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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