Day 18 part 1.

This commit is contained in:
2024-06-28 10:38:50 +02:00
parent 8551abf624
commit 340fe7025b
2 changed files with 69 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ mod day14;
mod day15;
mod day16;
mod day17;
mod day18;
aoc_lib! { year = 2015 }