summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/main.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/main.ml b/bin/main.ml
index fb1c28e..229f681 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -40,6 +40,8 @@ let day_part_fn day part =
| 6, 2 -> Day06.part2
| 7, 1 -> Day07.part1
| 7, 2 -> Day07.part2
+ | 8, 1 -> Day08.part1
+ | 8, 2 -> Day08.part2
| _ ->
failwith
(Format.sprintf "Day %d, part %d, has not yet been implemented\n" day