Added testing to day 5 and rewrote to use nom

This commit is contained in:
Dylan Thies
2023-09-01 20:09:54 -04:00
parent 4f3bbb986d
commit ae922f8292
3 changed files with 146 additions and 87 deletions

3
Cargo.lock generated
View File

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