day 4 - part 1

This commit is contained in:
Stanislas Jouffroy 2024-12-04 15:52:43 +01:00
parent e32a98204d
commit 38013bf705
7 changed files with 331 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name = "advent-of-code"
version = "2024.1.1"
dependencies = [
"numpy>=2.1.3,<3.0.0"
]
[project.optional-dependencies]