day08 task 1

This commit is contained in:
Johannes
2019-12-08 10:03:13 +01:00
parent ea9e2646ca
commit 397fd52aa0
5 changed files with 28 additions and 1 deletions

View File

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