day4 refactor with nom and allow tests

This commit is contained in:
Dylan Thies
2023-08-31 21:33:47 -04:00
parent a4408d7d16
commit 4f3bbb986d
3 changed files with 74 additions and 42 deletions

3
Cargo.lock generated
View File

@@ -65,6 +65,9 @@ version = "2022.0.0"
[[package]]
name = "day4"
version = "2022.0.0"
dependencies = [
"nom",
]
[[package]]
name = "day5"