Skip to content

Pukkah/aocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - OCaml (aocaml)

Cartoon camel with Christmas hat and elf holding a laptop, symbolizing Advent of Code and OCaml

Overview

This is my attempt at solving the Advent of Code problems in OCaml.

Prerequisites

How to run

dune exec aoc <YEAR> <DAY> [--stdin]

Warning

The --stdin flag is not supported by most puzzles and will ignore the input.