day10 task 1 beginning

This commit is contained in:
Johannes
2019-12-10 22:12:10 +01:00
parent 3917746851
commit d3ef4235a0
5 changed files with 79 additions and 1 deletions

View File

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