not working
This commit is contained in:
Kristofers Solo
2023-12-05 21:50:43 +02:00
parent 0d2ce8d0c8
commit 560c46c2fe
9 changed files with 465 additions and 0 deletions

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

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