finished day 03 part 1

refactor
This commit is contained in:
Kristofers Solo
2023-12-03 15:37:00 +02:00
parent a03e4daf32
commit d7b21fd676
7 changed files with 304 additions and 0 deletions

10
2023/day-03/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "day-03"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = { workspace = true }
itertools = { workspace = true }