Add 2024 Day 02
This commit is contained in:
parent
fd1f42dfcf
commit
488018e820
6 changed files with 1153 additions and 0 deletions
13
2024/day02_red-nosed_reports/Cargo.toml
Normal file
13
2024/day02_red-nosed_reports/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "day02_red-nosed_reports"
|
||||
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