Day 7 in Rust (#5)

This commit is contained in:
Patrick Stevens
2021-12-07 18:51:36 +00:00
committed by GitHub
parent b965f41711
commit 5ca427390e
8 changed files with 181 additions and 0 deletions

15
day_7/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "day_7"
version = "0.1.0"
authors = ["Smaug123 <patrick+github@patrickstevens.co.uk>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "bench"
harness = false