advent-of-code/README.md

9 lines
614 B
Markdown
Raw Permalink Normal View History

2021-12-07 14:26:36 +01:00
This repository contains my solutions to the advent of code puzzles available at https://adventofcode.com/
I do not strive for elegance or anything, I just solve a puzzle (often brute forcing it) and if it executes fast enough I move on to the next one.
2022-12-01 18:48:22 +01:00
If the puzzle suits my fancy I implement a [Funge-98](https://github.com/catseye/Funge-98/blob/master/doc/funge98.markdown) solution for fun that I run using one of my own interpreters:
- [gofunge98](https://git.adyxax.org/adyxax/gofunge98).
- [nimfunge98](https://git.adyxax.org/adyxax/nimfunge98).
- [zigfunge98](https://git.adyxax.org/adyxax/zigfunge98).