wip: day 9

My god this day!
This commit is contained in:
2024-12-13 15:26:36 +00:00
parent 5d62c21b7f
commit 4e5707a5e7
2 changed files with 137 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ let read_lines name =
let () =
print_endline "\nAdvent of Code 2024";
let part1, part2 =
read_lines "./inputs/08.txt" |> AdventOfCode2024.Day_08.solve
read_lines "./inputs/09.txt" |> AdventOfCode2024.Day_09.solve
in
Printf.printf "Part 1: %s\nPart 2: %s\n" (string_of_int part1)
(string_of_int part2)