This commit is contained in:
2025-12-08 13:41:18 +01:00
parent cfbb3888f8
commit 87bacd3b4c
5 changed files with 90 additions and 32 deletions

18
Cargo.lock generated
View File

@@ -40,9 +40,27 @@ version = "0.1.0"
[[package]]
name = "day06"
version = "0.1.0"
dependencies = [
"itertools",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "iter-first-max"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ace18d32276b4ce7d8261c06b376398a4ea82e4715a5b37e46fddbff41a617"
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]