feat: initial commit

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-11-30 17:08:32 +01:00
commit e3f47c0014
Signed by: kfickel
GPG key ID: A793722F9933C1A5
10 changed files with 336 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "aoc2025"
version = "0.0.1"
requires-python = ">=3.13"
dependencies = [
"advent-of-code-data",
"aocp",
]