This commit is contained in:
nora 2024-12-09 19:21:33 +01:00
parent 1199519970
commit b0c80722a9
8 changed files with 141 additions and 10 deletions

15
2024/day09/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "day09"
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
[[bench]]
name = "benches"
harness = false