mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-17 02:55:01 +01:00
day 8 part 1 but very optimized blazingy type of thing
This commit is contained in:
parent
c6f3193aa7
commit
d246992de0
8 changed files with 442 additions and 7 deletions
16
2024/day08/Cargo.toml
Normal file
16
2024/day08/Cargo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue