2022-01 in befunge!

This commit is contained in:
Julien Dessaux 2022-12-01 18:48:22 +01:00
parent c0877054bd
commit e669eefcee
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 20 additions and 1 deletions

View file

@ -2,4 +2,7 @@ This repository contains my solutions to the advent of code puzzles available at
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 my own interpreter [gofunge98](https://git.adyxax.org/adyxax/gofunge98).
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).