Skip to content

My solutions for the Advent of Code, mainly in Python and in OCaml

Notifications You must be signed in to change notification settings

professeurb/AdventOfCode2023

Repository files navigation

Advent of Code 2023

This repositery contains my solutions for the Advent of Code 2023.

It is organized into folders. Usually, solutions are provided in two langages, Python and OCaml.

For executing OCaml programs from the CLI, one should use dune:

cd adc04 # day 4
dune build
dune exec adc04

Currently, additional libraries (angstrom and brucore) have to be installed manually.

About

My solutions for the Advent of Code, mainly in Python and in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published