day-01 part-1

This commit is contained in:
2024-12-01 17:26:06 +02:00
parent 93a3c0a932
commit daf34520d6
10 changed files with 2093 additions and 0 deletions

9
2024/day-01/Cargo.toml Normal file
View File

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