day 11 part 1

This commit is contained in:
nora 2024-12-11 19:37:06 +01:00
parent 6969604ec5
commit 3322b4258c
7 changed files with 124 additions and 0 deletions

16
2024/day11/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "day11"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom.workspace = true
helper.workspace = true
divan.workspace = true
rustc-hash = "2.1.0"
[[bench]]
name = "benches"
harness = false