day 21 task 1

This commit is contained in:
Johannes
2019-12-21 11:49:40 +01:00
parent f2117fd2a8
commit 2040bc00aa
4 changed files with 44 additions and 1 deletions

View File

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