day 14 part 1

This commit is contained in:
Dominic 2023-12-14 13:15:14 +01:00
parent cbbee06a64
commit ffb9985fd3
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 188 additions and 0 deletions

7
Cargo.lock generated
View file

@ -2,6 +2,12 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "aatree"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de9cb8411c745f387ec1736ed2669a1ddcfdbba2282c76282973ab0dc085377"
[[package]]
name = "ahash"
version = "0.8.6"
@ -30,6 +36,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
name = "aoc23"
version = "0.0.0"
dependencies = [
"aatree",
"anyhow",
"ariadne",
"bit-vec",