Day 25 part 1.

This commit is contained in:
2023-11-10 21:14:43 +01:00
parent a9b3c90a6c
commit f472ace665
4 changed files with 1545 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
fn main() {
aoc_2018::tasks::day18::task2();
aoc_2018::tasks::day25::task1();
}