This commit is contained in:
Patrick Stevens
2021-12-25 08:44:38 +00:00
committed by GitHub
parent bd7cfa8662
commit 3714865a72
6 changed files with 325 additions and 0 deletions

17
day_25/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "day_25"
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]
array = { path = "../array" }
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "bench"
harness = false