diff options
Diffstat (limited to '2024')
| -rw-r--r-- | 2024/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2024/README.md b/2024/README.md index a451993..9d92c34 100644 --- a/2024/README.md +++ b/2024/README.md | |||
| @@ -37,6 +37,10 @@ To run the first part with the downloaded input file. You can also use | |||
| 37 | the test case into your terminal; press Ctrl-D to enter and EOF and | 37 | the test case into your terminal; press Ctrl-D to enter and EOF and |
| 38 | terminate the input. | 38 | terminate the input. |
| 39 | 39 | ||
| 40 | *Note: I have been told that I should not check in the input files in my | ||
| 41 | public repository, so I have removed them. To run my solutions using the | ||
| 42 | Makefiles you should download your own input file and call it `input`.* | ||
| 43 | |||
| 40 | For second part you can edit the file `dayNNb.cpp` and run `make btest` | 44 | For second part you can edit the file `dayNNb.cpp` and run `make btest` |
| 41 | and `make brun`. | 45 | and `make brun`. |
| 42 | 46 | ||
