day 16 task 1

This commit is contained in:
Johannes
2019-12-16 18:32:10 +01:00
parent e8b911fac0
commit f2117fd2a8
2 changed files with 2 additions and 1 deletions

View File

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