day12 task 2

This commit is contained in:
Johannes
2019-12-15 11:46:40 +01:00
parent 71d068ab2c
commit e8b911fac0
4 changed files with 95 additions and 29 deletions

View File

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