day1 part1

This commit is contained in:
2025-12-02 02:55:56 +01:00
commit 43be07c4f4
6 changed files with 205 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "advent-of-code-2025"
version = "0.1.0"
authors = ["Jan Doumont <jan@6a616e.net>"]
edition = "2024"
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"