This commit is contained in:
dobiadi
2024-12-01 11:22:38 +01:00
commit 762a6bb73b
8 changed files with 1143 additions and 0 deletions

7
day1/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
itertools = "0.13.0"