day04 task 1

This commit is contained in:
Johannes
2019-12-04 20:55:19 +01:00
parent c6bb71b1db
commit f6d88cf5cd
3 changed files with 19 additions and 1 deletions

View File

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