day01 finished

This commit is contained in:
Ruediger Ludwig 2023-01-26 21:52:09 +01:00
parent 284f099d3e
commit 68fefd064a
9 changed files with 2487 additions and 164 deletions

View file

@ -5,5 +5,6 @@ authors = ["Ruediger Ludwig <github@savinien.de>"]
edition = "2021"
[dependencies]
anyhow = "1.0.68"
thiserror = "1.0.38"
anyhow = "1.0"
itertools = "0.10"
thiserror = "1.0"