Move code out of cmd
This commit is contained in:
@@ -8,5 +8,5 @@ using Golang.
|
||||
General pattern to run the code is using **stdin** to pass the data file:
|
||||
|
||||
```sh
|
||||
go run ./cmd/day1 < ./cmd/day1/input.txt
|
||||
go run ./day1 < ./day1/input.txt
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user