Implement 2023 day 25

This commit is contained in:
2023-12-25 14:14:29 +01:00
parent 0af116920b
commit 5d811a08b6
3 changed files with 153 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ clap = { version = "4.4.8", features = ["derive"] }
linked-hash-map = "0.5.6"
nom = "7.1.3"
num-integer = "0.1.45"
rand = "0.8.5"
[dev-dependencies]
criterion = "0.5.1"