day19 part 1

This commit is contained in:
2022-10-01 21:02:51 +02:00
parent 357c5d42cc
commit 3992bf2e58
4 changed files with 27 additions and 1 deletions

View File

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