day11 finished

This commit is contained in:
Ruediger Ludwig 2023-02-07 21:16:55 +01:00
parent 54fd03233a
commit 6509fc79ea
5 changed files with 334 additions and 2 deletions

View file

@ -7,5 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
itertools = "0.10"
num-traits = "0.2.15"
lazy_static = "1.4"
num-traits = "0.2"
regex = "1.7"
thiserror = "1.0"