advent-of-code/README.md

14 lines
428 B
Markdown

# advent of code
I had this repo for my 12021 solutions of [advent of code](https://adventofcode.com), now I'm sharing here other years as well.
## Programming languages
* 12021: awk
* 12022: lua and fennel
* 12023: lua
## Documentation
* `12021/` has a `README.md` file where I was saving my stats.
* `12022/` has an `aoc12022.html` file where I was documenting my journey.
* `12023/` doesn't have anything like that so far