day 20 part 2

This commit is contained in:
2024-10-29 23:04:12 +01:00
parent 56c88ffec9
commit ef83390c02
2 changed files with 43 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ mod day16;
mod day17;
mod day18;
mod day19;
mod day20;
aoc_lib! { year = 2015 }