aboutsummaryrefslogtreecommitdiff
path: root/2023/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-12-11 15:14:47 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-12-11 15:14:47 +0100
commit554ad47f09974f0131df285fda8ea50a1fdad8f5 (patch)
treed23caeb85e7fce6290664a0ebf3c96f513efbe94 /2023/README.md
downloadaoc-554ad47f09974f0131df285fda8ea50a1fdad8f5.tar.gz
aoc-554ad47f09974f0131df285fda8ea50a1fdad8f5.zip
Initial commit, some solutions
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