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

@@ -20,4 +20,5 @@ pub mod day20;
pub mod day21;
#[allow(dead_code)]
pub mod day22;
pub mod day23;
pub mod day24;