aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Dessaux2022-12-01 18:48:22 +0100
committerJulien Dessaux2022-12-01 18:48:22 +0100
commite669eefcee8343c8b1db621167f3b04e0579a52f (patch)
treead5374cd72b12232a0ea7a72766fd21ce56615f0 /README.md
parent2022-01 in zig (diff)
downloadadvent-of-code-e669eefcee8343c8b1db621167f3b04e0579a52f.tar.gz
advent-of-code-e669eefcee8343c8b1db621167f3b04e0579a52f.tar.bz2
advent-of-code-e669eefcee8343c8b1db621167f3b04e0579a52f.zip
2022-01 in befunge!
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index e35d247..291b71c 100644
--- a/README.md
+++ b/README.md
@@ -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).