day 23 part 1

This commit is contained in:
2022-10-02 19:57:00 +02:00
parent 79ea3c29d0
commit 420b6152fb
6 changed files with 61 additions and 1 deletions

View File

@@ -3,5 +3,5 @@ extern crate core;
mod tasks;
fn main() {
tasks::day20::run();
tasks::day23::run();
}