diff options
| -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 |
