diff options
Diffstat (limited to '2023/README.md')
| -rw-r--r-- | 2023/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/2023/README.md b/2023/README.md index eb64e56..1a427bf 100644 --- a/2023/README.md +++ b/2023/README.md | |||
| @@ -8,7 +8,8 @@ send me an email and I'll be happy to explain! | |||
| 8 | 8 | ||
| 9 | ## Instructions | 9 | ## Instructions |
| 10 | 10 | ||
| 11 | Compile with `-std=c99` and other required options, for example | 11 | Compile with `-std=c99`. Day 6 requires also the `-lm` option to link with the |
| 12 | math library, that is | ||
| 12 | 13 | ||
| 13 | ``` | 14 | ``` |
| 14 | $ cc -std=c99 -lm 06/6a.c | 15 | $ cc -std=c99 -lm 06/6a.c |
