Update README.md
This commit is contained in:
@@ -8,7 +8,7 @@ using Golang.
|
|||||||
General pattern to run the code is using **stdin** to pass the data file:
|
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/example.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Majority of solutions support `-debug` flag.
|
Majority of solutions support `-debug` flag.
|
||||||
|
|||||||
Reference in New Issue
Block a user