2025 lets goooo

This commit is contained in:
2025-12-01 11:42:09 +00:00
parent b95908d5fc
commit 841bdbcfd6
9 changed files with 235 additions and 137 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "advent-of-code"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"requests>=2.32.5",
]