day09 part 1

This commit is contained in:
Johannes Schaefer
2018-12-10 13:10:09 +01:00
parent d84e3bff27
commit e5a3a1458a
3 changed files with 38 additions and 1 deletions

View File

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