This commit is contained in:
Kristofers Solo
2023-12-09 16:05:09 +02:00
parent ed4438c3f7
commit 038214af40
9 changed files with 532 additions and 0 deletions

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

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