feat: add day 7

This commit is contained in:
Xavier Morel
2024-12-08 18:16:12 +01:00
parent 2807a6ef46
commit 39071cffe4
5 changed files with 182 additions and 7 deletions

16
Cargo.lock generated
View File

@@ -25,6 +25,7 @@ dependencies = [
"clippy",
"dhat",
"fmt",
"itertools",
"pico-args",
"regex",
"tinyjson",
@@ -205,6 +206,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "fmt"
version = "0.1.0"
@@ -251,6 +258,15 @@ dependencies = [
"cc",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.14"