day 8 part 1 but very optimized blazingy type of thing

This commit is contained in:
nora 2024-12-08 12:07:08 +01:00
parent c6f3193aa7
commit d246992de0
8 changed files with 442 additions and 7 deletions

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

@ -0,0 +1,16 @@
[package]
name = "day08"
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
smallvec = "1.13.2"
[[bench]]
name = "benches"
harness = false