Added Solution for 2023 day 20
This commit is contained in:
parent
a8dc1a90cb
commit
e341db7a22
5 changed files with 447 additions and 0 deletions
15
2023/day20_pulse_propagation/Cargo.toml
Normal file
15
2023/day20_pulse_propagation/Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "day20_pulse_propagation"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5.1"
|
||||
|
||||
[[bench]]
|
||||
name = "test_benchmark"
|
||||
harness = false
|
Loading…
Add table
Add a link
Reference in a new issue