Day 22 part 2.

This commit is contained in:
Johannes
2022-03-23 19:45:57 +01:00
parent 333d99539d
commit 126833bbaa
4 changed files with 96 additions and 4 deletions

View File

@@ -16,5 +16,6 @@ pub mod day16;
pub mod day17;
pub mod day18;
pub mod day21;
#[allow(dead_code)]
pub mod day22;
pub mod day24;