Completed day 4

This commit is contained in:
Connor Johnstone
2023-12-03 22:57:29 -07:00
parent d4056397c8
commit 80df1d53c2
9 changed files with 957 additions and 2 deletions

20
day_04/Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "day_04"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "7.1.3"
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "part1"
harness = false
[[bench]]
name = "part2"
harness = false