aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--2023/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/2023/README.md b/2023/README.md
index cb3ae47..eb64e56 100644
--- a/2023/README.md
+++ b/2023/README.md
@@ -3,6 +3,9 @@
3This is my first year trying the AoC. I decided to use C because it is the 3This is my first year trying the AoC. I decided to use C because it is the
4language I know the best and I am familiar with the standard library. 4language I know the best and I am familiar with the standard library.
5 5
6I did not write many comments, but if you are curious about my solutions
7send me an email and I'll be happy to explain!
8
6## Instructions 9## Instructions
7 10
8Compile with `-std=c99` and other required options, for example 11Compile with `-std=c99` and other required options, for example

Generated with cgit - Back to sebastiano.tronto.net