feat: initial commit
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
commit
e3f47c0014
10 changed files with 336 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[project]
|
||||
|
||||
name = "aoc2025"
|
||||
version = "0.0.1"
|
||||
requires-python = ">=3.13"
|
||||
|
||||
dependencies = [
|
||||
"advent-of-code-data",
|
||||
"aocp",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue