day01 both

This commit is contained in:
Johannes
2018-12-01 10:03:12 +01:00
commit cebb80763a
9 changed files with 1023 additions and 0 deletions

4
src/main.rs Normal file
View File

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