aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 291b71c8240f36971e4c7da0915cfc4299df0179 (plain)
1
2
3
4
5
6
7
8
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.

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).