day 15 task 1

This commit is contained in:
Johannes
2019-12-21 23:08:59 +01:00
parent 73e4d50c51
commit 73b612d25b
5 changed files with 257 additions and 1 deletions

View File

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