day14 both parts

This commit is contained in:
Johannes Schaefer
2018-12-17 17:45:35 +01:00
parent 6f9ca4dfb6
commit 6f2e046080
3 changed files with 58 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
fn main() {
aoc_2018::tasks::day13::task1();
// aoc_2018::tasks::day09::task2();
// aoc_2018::tasks::day14::task1();
aoc_2018::tasks::day14::task2();
}