Update README.md

Document `-debug` flag.
This commit is contained in:
2025-12-03 23:07:51 +02:00
parent 9b17ee26b9
commit be1a8ebb3c

View File

@@ -10,3 +10,5 @@ General pattern to run the code is using **stdin** to pass the data file:
```sh ```sh
go run ./day1 < ./day1/input.txt go run ./day1 < ./day1/input.txt
``` ```
Majority of solutions support `-debug` flag.