My solutions to https://adventofcode.com/
Find a file
2021-12-09 17:54:15 +01:00
2021 Added solutions for 8th day : the seven segments code to guess 2021-12-09 17:54:15 +01:00
LICENSE Initial import 2021-12-06 18:20:56 +01:00
README.md typo 2021-12-07 14:36:55 +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.