Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages