Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandromaglione/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
https://github.com/sandromaglione/ocaml-getting-started-advent-of-code-23

advent-of-code advent-of-code-2023 advent-of-code-2023-ocaml functional-programming learn-ocaml learn-ocaml-language ocaml

Last synced: about 23 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# `OCaml and Advent of code for Functional Programming`



GitHub: SandroMaglione


Twitter: SandroMaglione

***

This project is part of my weekly newsletter at [**sandromaglione.com**](https://www.sandromaglione.com/newsletter?ref=Github&utm_medium=newsletter_project&utm_term=ocaml).


sandromaglione.com Newsletter weekly project

## Project structure
The core of the project is implemented inside [`lib`](./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:

```bash
dune fmt
dune build
dune exec aoc
```

**Read all the details in the full article** 👇


Read the full article on my website