1
0
Fork 0

Solve day 13

This commit is contained in:
Lars Martens 2022-12-13 14:02:44 +01:00
parent 389a461aec
commit 74730c99cf
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4
5 changed files with 632 additions and 0 deletions

View file

@ -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"