Solve day 13
This commit is contained in:
parent
389a461aec
commit
74730c99cf
5 changed files with 632 additions and 0 deletions
|
@ -6,3 +6,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
itertools = "0.10.5"
|
||||
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