day 22 task 1

This commit is contained in:
Johannes
2020-01-11 12:09:23 +01:00
parent d18cfca5ed
commit 39e2e27533
6 changed files with 161 additions and 1 deletions

View File

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