aboutsummaryrefslogtreecommitdiff
path: root/2023/README.md
diff options
context:
space:
mode:
Diffstat (limited to '2023/README.md')
-rw-r--r--2023/README.md3
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
11Compile with `-std=c99` and other required options, for example 11Compile with `-std=c99`. Day 6 requires also the `-lm` option to link with the
12math library, that is
12 13
13``` 14```
14$ cc -std=c99 -lm 06/6a.c 15$ cc -std=c99 -lm 06/6a.c

Generated with cgit - Back to sebastiano.tronto.net