Solve day 15
This commit is contained in:
parent
57239c3080
commit
3e6bc1d0f6
5 changed files with 364 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue