cleaning: input.txt is either downloaded or created empty

This commit is contained in:
2025-12-03 15:17:24 +01:00
parent 8be18b6b38
commit d3098c0d9c

View File

@@ -59,7 +59,6 @@ Then, it will create the following files:
```bash ```bash
internal/2020/DayOne/code.go internal/2020/DayOne/code.go
internal/2020/DayOne/code_test.go internal/2020/DayOne/code_test.go
internal/data/2020/DayOne/input.txt
``` ```
### Handling string answers ### Handling string answers