aboutsummaryrefslogtreecommitdiff
path: root/2023/README.md
diff options
context:
space:
mode:
Diffstat (limited to '2023/README.md')
-rw-r--r--2023/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/2023/README.md b/2023/README.md
new file mode 100644
index 0000000..cb3ae47
--- /dev/null
+++ b/2023/README.md
@@ -0,0 +1,18 @@
1# Advent of Code 2023
2
3This is my first year trying the AoC. I decided to use C because it is the
4language I know the best and I am familiar with the standard library.
5
6## Instructions
7
8Compile with `-std=c99` and other required options, for example
9
10```
11$ cc -std=c99 -lm 06/6a.c
12```
13
14My solutions read from stdin, so run the e.g. with
15
16```
17$ ./a.out <in.txt
18```

Generated with cgit - Back to sebastiano.tronto.net