2025: day01

This commit is contained in:
Antoine Martin 2025-12-01 15:03:54 +01:00
parent d9c8d8155c
commit bf06dccb94
8 changed files with 4574 additions and 1 deletions

16
aoc2025/Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "aoc2025"
version = "0.1.0"
authors = ["Antoine Martin <antoine@alarsyo.net>"]
edition = "2024"
[dependencies]
aoc = { path = "../aoc" }
anyhow = "1.0"
[lib]
path = "src/lib.rs"
[[bin]]
name = "aoc2025"
path = "src/main.rs"