This commit is contained in:
Rakarake 2025-11-30 19:04:55 +01:00
parent f2a4de9bd9
commit 49f2a7d820
6 changed files with 24 additions and 2 deletions

12
aoc2025/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "aoc2025"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "aoc2025"
path = "main.rs"
[dependencies]
gendays = { workspace = true }