day13 part 1

This commit is contained in:
Johannes
2018-12-16 01:14:09 +01:00
parent 6d4bdccc6e
commit c1c761f2ba
4 changed files with 269 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
fn main() {
aoc_2018::tasks::day10::task1();
aoc_2018::tasks::day13::task1();
// aoc_2018::tasks::day09::task2();
}