Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.57 KB

File metadata and controls

35 lines (26 loc) · 1.57 KB

OCaml and Advent of code for Functional Programming

GitHub: SandroMaglione Twitter: SandroMaglione


This project is part of my weekly newsletter at sandromaglione.com.

sandromaglione.com Newsletter weekly project

Project structure

The core of the project is implemented inside lib. This folder contains the solutions to the puzzles of Advent of code 2023.

You can build and execute the code by running the following commands:

dune fmt
dune build
dune exec aoc

Read all the details in the full article 👇

Read the full article on my website