Skip to content

Commit 3565fc6

Browse files
committed
chore: remove solution puzzle input from docs
1 parent 6cf1b5b commit 3565fc6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ All dependencies and tools are defined in `pyproject.toml` for deterministic env
2828
│ │ ├── day01.py # Solution for Day 1, 2025
2929
│ │ ├── day02.py # Solution for Day 2, 2025
3030
│ │ └── ...
31-
│ ├── data/
32-
│ │ ├── day01
33-
│ │ │ └── puzzle_input.txt
34-
│ │ ├── day02
35-
│ │ │ └── puzzle_input.txt
36-
│ │ └── ...
3731
│ └── tests/
3832
│ ├── data/
3933
│ ├── __init__.py

0 commit comments

Comments
 (0)