@@ -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.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.