day16 started

This commit is contained in:
Rüdiger Ludwig 2023-07-16 18:54:54 +02:00
parent 96fca503ab
commit daa8b6b1d0
3 changed files with 140 additions and 5 deletions

View file

@ -6,8 +6,10 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
const_format = "0.2.31"
itertools = "0.11"
lazy_static = "1.4"
num-traits = "0.2"
once_cell = "1.18.0"
regex = "1.7"
thiserror = "1.0"