day 18 task 1

This commit is contained in:
Johannes
2019-12-22 14:11:23 +01:00
parent 51f16fa7ad
commit 7b51854bb2
4 changed files with 300 additions and 1 deletions

View File

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