day20 shortest path to come

This commit is contained in:
2022-10-02 11:28:33 +02:00
parent eeda13a0d6
commit 358e185501
4 changed files with 220 additions and 1 deletions

View File

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