aboutsummaryrefslogtreecommitdiff
path: root/2023/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-25 17:56:34 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-25 17:56:34 +0100
commit94d0033ed89bb5bfb6500051296892fb7cea6c29 (patch)
tree245eac2218310c958c2df2fad5109ea4f7b2a9d9 /2023/README.md
parent6a480c4eb9c96c82a8fd3663f0fbee4d32e56f19 (diff)
downloadaoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.tar.gz
aoc-94d0033ed89bb5bfb6500051296892fb7cea6c29.zip
Small cleanup
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