commit 10848ee1a0e718d6a48e6bde1cf07d4138eb4b1c
parent 3aa3eb22370e3c6b2f47d47f451071497e0a2517
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Sat, 23 Dec 2023 11:33:53 +0100
Added sentence
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/2023/README.md b/2023/README.md
@@ -3,6 +3,9 @@
This is my first year trying the AoC. I decided to use C because it is the
language I know the best and I am familiar with the standard library.
+I did not write many comments, but if you are curious about my solutions
+send me an email and I'll be happy to explain!
+
## Instructions
Compile with `-std=c99` and other required options, for example