diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-25 17:56:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-12-25 17:56:34 +0100 |
| commit | 94d0033ed89bb5bfb6500051296892fb7cea6c29 (patch) | |
| tree | 245eac2218310c958c2df2fad5109ea4f7b2a9d9 /2023/README.md | |
| parent | 6a480c4eb9c96c82a8fd3663f0fbee4d32e56f19 (diff) | |
| download | aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.tar.gz aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.zip | |
Small cleanup
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 |
