day 17 task 1

This commit is contained in:
Johannes
2019-12-25 21:50:38 +01:00
parent c726b9090f
commit d590b1ad1a
4 changed files with 60 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
mod tasks;
fn main() {
tasks::day18::run();
tasks::day17::run();
}