day 13 task 1

This commit is contained in:
Johannes
2019-12-14 16:53:42 +01:00
parent eb7467f615
commit ad3b71b159
4 changed files with 56 additions and 1 deletions

View File

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