diff options
author | Marvin Borner | 2023-03-06 13:46:16 +0100 |
---|---|---|
committer | Marvin Borner | 2023-03-06 13:46:16 +0100 |
commit | 728808f2f605671c78269c82c8c90ecb4183c334 (patch) | |
tree | 93f11982087ecc010eefc606b5a17036e7f84aa8 /README.md | |
parent | 551d0b6018c054f891ffb3c3fb92a65e839c2d51 (diff) |
Added bruijn link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,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. +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 even Python (if I'm lazy). +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/). |