Update README.md

This commit is contained in:
2025-12-06 13:55:07 +02:00
parent ec912023fd
commit b73303c965

View File

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