day 24 task 1

This commit is contained in:
Johannes
2019-12-26 13:17:20 +01:00
parent a5019f1afb
commit ece3b0ee29
3 changed files with 3 additions and 1 deletions

View File

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