day07 task 1

This commit is contained in:
Johannes
2019-12-08 20:26:31 +01:00
parent 864e4f7446
commit 0db2018217
5 changed files with 35 additions and 5 deletions

View File

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