day04 both

This commit is contained in:
Johannes
2018-12-04 20:15:20 +01:00
parent 43ce26593e
commit baacb780ba
7 changed files with 1199 additions and 2 deletions

View File

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