Add 2024 Day 21
This commit is contained in:
parent
e3813c6589
commit
a45dc290d9
5 changed files with 368 additions and 0 deletions
13
2024/day21_keypad_conundrum/Cargo.toml
Normal file
13
2024/day21_keypad_conundrum/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "day21_keypad_conundrum"
|
||||
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