1
0
Fork 0

Solve day 15

This commit is contained in:
Lars Martens 2022-12-15 23:42:37 +01:00
parent 57239c3080
commit 3e6bc1d0f6
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
5 changed files with 364 additions and 0 deletions

View file

@ -4,7 +4,9 @@ version = "0.0.0"
edition = "2021"
[dependencies]
indicatif = "0.17.2"
itertools = "0.10.5"
rayon = "1.6.1"
regex = "1.7.0"
serde = { version = "1.0.150", features = ["derive"] }
serde_json = "1.0.89"