Skip to content

🎄 advent of code using ocaml.

Notifications You must be signed in to change notification settings

hellopatrick/xmas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code, Ocaml Edition.

Yet another Advent of Code repo. Yearly relapse into OCaml.

Verification

# Run all days.
> dune test

# Run an individual day.
> dune test 2023/day01

Editions