cleaning up day5 with clippy

This commit is contained in:
Dylan Thies
2023-08-26 06:55:00 -04:00
parent 2b2247b0b4
commit e970fd9873
6 changed files with 198 additions and 10 deletions

11
day13/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "day13"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom.workspace = true