summaryrefslogtreecommitdiffstats
path: root/bin/main.ml
diff options
context:
space:
mode:
authorAlexandre Jesus <adbjesus@gmail.com>2025-12-12 18:26:53 +0000
committerAlexandre Jesus <adbjesus@gmail.com>2025-12-12 18:26:53 +0000
commitfa3503c0495afd8f344a27a0229382eb40d3733a (patch)
tree1d08851e513bde1072b92754289ac63c47aef164 /bin/main.ml
parentf8c60d12b07875290b763cc13c26ec66aaf5409c (diff)
downloadaoc2025-fa3503c0495afd8f344a27a0229382eb40d3733a.tar.gz
aoc2025-fa3503c0495afd8f344a27a0229382eb40d3733a.zip
Day 11
Diffstat (limited to 'bin/main.ml')
-rw-r--r--bin/main.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/main.ml b/bin/main.ml
index 993c926..0cbeabd 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -46,6 +46,8 @@ let day_part_fn day part =
| 9, 2 -> Day09.part2
| 10, 1 -> Day10.part1
| 10, 2 -> Day10.part2
+ | 11, 1 -> Day11.part1
+ | 11, 2 -> Day11.part2
| _ ->
failwith
(Format.sprintf "Day %d, part %d, has not yet been implemented\n" day