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
+1 -1
View File
@@ -1,5 +1,5 @@
mod tasks;
fn main() {
tasks::day12::run();
tasks::day16::run();
}
+1
View File
@@ -11,3 +11,4 @@ pub mod day11;
pub mod day12;
pub mod day13;
pub mod day14;
pub mod day16;