day06 task 1

This commit is contained in:
Johannes
2019-12-07 08:46:55 +01:00
parent b61b382298
commit 5b26e05283
5 changed files with 2252 additions and 1 deletions

View File

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