aboutsummaryrefslogtreecommitdiff
path: root/2023/README.md
blob: cb3ae475f101be240f56bf3957e77a526d681a22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Advent of Code 2023

This is my first year trying the AoC. I decided to use C because it is the
language I know the best and I am familiar with the standard library.

## Instructions

Compile with `-std=c99` and other required options, for example

```
$ cc -std=c99 -lm 06/6a.c
```

My solutions read from stdin, so run the e.g. with

```
$ ./a.out <in.txt
```

Generated with cgit - Back to sebastiano.tronto.net