finished day 04 part 1

This commit is contained in:
Kristofers Solo
2023-12-04 17:17:36 +02:00
parent 59e09a0eb7
commit b4af5e8632
9 changed files with 359 additions and 0 deletions

9
2023/day-04/Cargo.toml Normal file
View File

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