aboutsummaryrefslogtreecommitdiff
path: root/2024/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-10 22:36:50 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-10 22:36:50 +0100
commitf8944a95b16e2b09ad0d1b61ee5ba37d2755807f (patch)
tree56b39ee89e7cf8d98bfe437eb86c5a0d16338c63 /2024/README.md
parent2f8ca6c993ff480982051f2f15eb6a7632a9fc3c (diff)
downloadaoc-f8944a95b16e2b09ad0d1b61ee5ba37d2755807f.tar.gz
aoc-f8944a95b16e2b09ad0d1b61ee5ba37d2755807f.zip
Updated readme 2024
Diffstat (limited to '2024/README.md')
-rw-r--r--2024/README.md4
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
37the test case into your terminal; press Ctrl-D to enter and EOF and 37the test case into your terminal; press Ctrl-D to enter and EOF and
38terminate the input. 38terminate the input.
39 39
40*Note: I have been told that I should not check in the input files in my
41public repository, so I have removed them. To run my solutions using the
42Makefiles you should download your own input file and call it `input`.*
43
40For second part you can edit the file `dayNNb.cpp` and run `make btest` 44For second part you can edit the file `dayNNb.cpp` and run `make btest`
41and `make brun`. 45and `make brun`.
42 46

Generated with cgit - Back to sebastiano.tronto.net