add 2025 day 6 part 1

This commit is contained in:
2025-12-09 17:10:01 +01:00
parent 73fa8ec290
commit c85623f6df
6 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "day-04"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"logging>=0.4.9.6",
]