day22 2nd part

This commit is contained in:
Johannes
2018-12-24 17:19:50 +01:00
parent 31075fa449
commit 768d328e87
2 changed files with 168 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
fn main() {
aoc_2018::tasks::day22::task1();
aoc_2018::tasks::day22::both();
// aoc_2018::tasks::day15::task2();
}