day 14 task 1

This commit is contained in:
Johannes
2019-12-14 21:29:36 +01:00
parent 9a2531b982
commit 83dce003d8
4 changed files with 140 additions and 1 deletions

View File

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