day03 task 1

This commit is contained in:
Johannes
2019-12-03 19:18:24 +01:00
parent 9e1a52e931
commit 1ed8bf7cbb
3 changed files with 3 additions and 1 deletions

View File

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