/ocaml-getting-started-advent-of-code-23

Getting started with OCaml and Functional Programming by solving puzzles from Advent of Code 23・Newsletter sandromaglione.com

Primary LanguageOCaml

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