/aoc2022

Advent of Code 2022

Primary LanguageOCaml

Contains an entry to Advent of Code 2022 written in OCaml.

Entries

Day 1

Running

E.g.:

dune exec bin/main_ex1.exe -- input_file.txt

Where input_file.txt follows the format described in Day 1, i.e. a non-empty text file where each line is either empty or an integer, and where the last and first lines are integer.