day02 both

This commit is contained in:
Johannes
2018-12-02 09:13:46 +01:00
parent a0509342ae
commit b89e4f4929
4 changed files with 303 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
fn main() {
aoc_2018::tasks::day01::task1();
aoc_2018::tasks::day01::task2();
aoc_2018::tasks::day02::task1();
aoc_2018::tasks::day02::task2();
}