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 ebde0e3..fb1c28e 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -38,6 +38,8 @@ let day_part_fn day part =
| 5, 2 -> Day05.part2
| 6, 1 -> Day06.part1
| 6, 2 -> Day06.part2
+ | 7, 1 -> Day07.part1
+ | 7, 2 -> Day07.part2
| _ ->
failwith
(Format.sprintf "Day %d, part %d, has not yet been implemented\n" day