Add 2024 Day 11
This commit is contained in:
parent
220483af05
commit
047100a358
5 changed files with 151 additions and 0 deletions
13
2024/day11_plutonian_pebbles/Cargo.toml
Normal file
13
2024/day11_plutonian_pebbles/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "day11_plutonian_pebbles"
|
||||
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