We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1b5b commit 3565fc6Copy full SHA for 3565fc6
README.md
@@ -28,12 +28,6 @@ All dependencies and tools are defined in `pyproject.toml` for deterministic env
28
│ │ ├── day01.py # Solution for Day 1, 2025
29
│ │ ├── day02.py # Solution for Day 2, 2025
30
│ │ └── ...
31
-│ ├── data/
32
-│ │ ├── day01
33
-│ │ │ └── puzzle_input.txt
34
-│ │ ├── day02
35
36
-│ │ └── ...
37
│ └── tests/
38
│ ├── data/
39
│ ├── __init__.py
0 commit comments