aoc day 3 part 1 done, annoying bug: you need to add a number if it's still counting up per line

This commit is contained in:
2023-12-04 14:49:33 +01:00
parent a671d0abaf
commit 1d6b0f2468
4 changed files with 331 additions and 0 deletions

View File

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