My solutions to https://adventofcode.com/
Find a file
2021-12-07 14:26:36 +01:00
2021 Added the first days 2021-12-07 14:26:36 +01:00
LICENSE Initial import 2021-12-06 18:20:56 +01:00
README.md Added the first days 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.

If the puzzle suits my fancy I implement a Funge-98 solution for fun that I run using my own interpreter [gofunge98]*(https://git.adyxax.org/adyxax/gofunge98).