This repository contains my solutions written in OCaml for Advent of Code 2024 as well as the associated code from Tanenbaum that was used for submitting the problems. Solutions are located in lib/problems
and are named in the format problem_2024_<problem no>.ml
.
Credit goes to the authors of Tanenbaum for the repository template.