Add 2024 Day 24
This commit is contained in:
parent
7520d4956b
commit
1f6501498e
5 changed files with 947 additions and 0 deletions
13
2024/day24_crossed_wires/Cargo.toml
Normal file
13
2024/day24_crossed_wires/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "day24_crossed_wires"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dev-dependencies]
|
||||
# criterion = "0.5.1"
|
||||
|
||||
[[bench]]
|
||||
name = "test_benchmark"
|
||||
harness = false
|
Loading…
Add table
Add a link
Reference in a new issue