Day 16 part 2.

This commit is contained in:
2023-11-12 19:15:31 +01:00
parent 8e1f42205c
commit 42ead11aa0
2 changed files with 76 additions and 4 deletions

View File

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