diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,13 +1,11 @@ -# Welcome! +Solutions to the [advent of code](https://adventofcode.com/2022/) +puzzles. -This repository mostly contains ugly overcomplicated spaghetti code -solving the **Advent Of Code** questions in a reasonable amount of time -and computing power. +Depending on the year most of my solutions are written in C, JS, or +Python but there's also some in C#, Haskell, Racket, bruijn, Effekt, et. +al. -## 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 +All `bruijn` solutions [here](https://github.com/marvinborner/bruijn/tree/main/samples/aoc/). + +Let me know if you want to join my leaderboard! |