Day 16 part 1.

This commit is contained in:
2023-11-12 16:14:45 +01:00
parent c4ae25d579
commit 8e1f42205c
4 changed files with 4799 additions and 1 deletions

View File

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