little cleaning of day 18

This commit is contained in:
Johannes
2020-01-05 16:19:05 +01:00
parent 91e7a8f3fc
commit d18cfca5ed
2 changed files with 6 additions and 9 deletions

View File

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