1
0
Fork 0

Solve day 12 part 2

This commit is contained in:
Lars Martens 2023-12-19 23:53:54 +01:00
parent d194e892af
commit d04d193f4c
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
3 changed files with 242 additions and 47 deletions

View file

@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
cached = "0.46.1"
indicatif = { version = "0.17.7", features = ["rayon"] }
itertools = "0.12.0"
rayon = "1.8.0"