day12 task 1

This commit is contained in:
Johannes
2019-12-12 16:27:27 +01:00
parent 8849191a6b
commit eb7467f615
6 changed files with 157 additions and 1 deletions

View File

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