Day 16 part 1.

This commit is contained in:
2024-06-23 10:17:06 +02:00
parent 7aa9f359c8
commit 6b6bdff5d3
2 changed files with 56 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ mod day12;
mod day13;
mod day14;
mod day15;
mod day16;
aoc_lib! { year = 2015 }