day08 part 2

This commit is contained in:
Johannes Schaefer
2018-12-09 21:34:43 +01:00
parent 51418b709e
commit d84e3bff27
2 changed files with 18 additions and 4 deletions

View File

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