day15 part1 movement

This commit is contained in:
Johannes Schaefer
2018-12-18 16:59:41 +01:00
parent 6f2e046080
commit 2bf8edf315
4 changed files with 382 additions and 2 deletions

View File

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