Completed day 3. Found that one hard
This commit is contained in:
19
day_03/Cargo.toml
Normal file
19
day_03/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "day_03"
|
||||
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 = { version = "0.4", features = ["html_reports"] }
|
||||
|
||||
[[bench]]
|
||||
name = "part1"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "part2"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user