2025 day 11 in Python

This commit is contained in:
2025-12-11 09:44:39 +01:00
parent ff8b8dac0c
commit a8a1c85498
5 changed files with 113 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "solve"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"networkx>=3.6.1",
]