diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-23 11:33:53 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-23 11:33:53 +0100 |
| commit | 427bdd372ae017b13963a6e0618fbfea68223bba (patch) | |
| tree | 35b7be1d496530a1fa68dc773dfa1fc4bcaf06ea /2023 | |
| parent | 28e7f356b7d7c30326b66674c06af339b350c05c (diff) | |
| download | aoc-427bdd372ae017b13963a6e0618fbfea68223bba.tar.gz aoc-427bdd372ae017b13963a6e0618fbfea68223bba.zip | |
Added sentence
Diffstat (limited to '2023')
| -rw-r--r-- | 2023/README.md | 3 |
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 @@ | |||
| 3 | This is my first year trying the AoC. I decided to use C because it is the | 3 | This is my first year trying the AoC. I decided to use C because it is the |
| 4 | language I know the best and I am familiar with the standard library. | 4 | language I know the best and I am familiar with the standard library. |
| 5 | 5 | ||
| 6 | I did not write many comments, but if you are curious about my solutions | ||
| 7 | send me an email and I'll be happy to explain! | ||
| 8 | |||
| 6 | ## Instructions | 9 | ## Instructions |
| 7 | 10 | ||
| 8 | Compile with `-std=c99` and other required options, for example | 11 | Compile with `-std=c99` and other required options, for example |
