diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-10 22:36:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-10 22:36:50 +0100 |
| commit | f8944a95b16e2b09ad0d1b61ee5ba37d2755807f (patch) | |
| tree | 56b39ee89e7cf8d98bfe437eb86c5a0d16338c63 /2024 | |
| parent | 2f8ca6c993ff480982051f2f15eb6a7632a9fc3c (diff) | |
| download | aoc-f8944a95b16e2b09ad0d1b61ee5ba37d2755807f.tar.gz aoc-f8944a95b16e2b09ad0d1b61ee5ba37d2755807f.zip | |
Updated readme 2024
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 | ||
