Add solution for this day

This commit is contained in:
2025-12-04 11:26:18 -04:00
parent cf5207cca3
commit 7075b217c3
4 changed files with 180 additions and 19 deletions

View File

@@ -5,5 +5,5 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"advent-of-code-data>=2.0.4",
"advent-of-code-data>=2.1.0",
]