day23 part1

This commit is contained in:
Johannes
2018-12-25 17:15:51 +01:00
parent 21dfc7f630
commit 6e438127ec
4 changed files with 1048 additions and 2 deletions

View File

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