Day 17 in Rust (#17)

This commit is contained in:
Patrick Stevens
2021-12-17 17:35:22 +00:00
committed by GitHub
parent ae25038131
commit f8eb377f69
8 changed files with 303 additions and 0 deletions

15
day_17/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "day_17"
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