aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9d648cafdc24ad38d416f01ef6cf463d67d1c600 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Welcome!

This repository mostly contains ugly overcomplicated spaghetti code
solving the **Advent Of Code** questions in a reasonable amount of time
and computing power.

## Languages

Most of my solutions are written in C but you may also find some in C#,
JS or Python.

You can find my `bruijn` solutions
[here](https://github.com/marvinborner/bruijn/tree/main/samples/aoc/).