blarg
This commit is contained in:
parent
f2a4de9bd9
commit
49f2a7d820
6 changed files with 24 additions and 2 deletions
12
aoc2025/Cargo.toml
Normal file
12
aoc2025/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "aoc2025"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "aoc2025"
|
||||
path = "main.rs"
|
||||
|
||||
[dependencies]
|
||||
gendays = { workspace = true }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue