aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-23 11:33:53 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-23 11:33:53 +0100
commit427bdd372ae017b13963a6e0618fbfea68223bba (patch)
tree35b7be1d496530a1fa68dc773dfa1fc4bcaf06ea
parent28e7f356b7d7c30326b66674c06af339b350c05c (diff)
downloadaoc-427bdd372ae017b13963a6e0618fbfea68223bba.tar.gz
aoc-427bdd372ae017b13963a6e0618fbfea68223bba.zip
Added sentence
-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