aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-12-07 14:36:55 +0100
committerJulien Dessaux2021-12-07 14:36:55 +0100
commitbb16e47b8e87fa9c3ea6cf063f14486d6366b13a (patch)
treea31dba75e380f20cb55c3d59ed9b70938e13dfdd /README.md
parentAdded the first days (diff)
downloadadvent-of-code-bb16e47b8e87fa9c3ea6cf063f14486d6366b13a.tar.gz
advent-of-code-bb16e47b8e87fa9c3ea6cf063f14486d6366b13a.tar.bz2
advent-of-code-bb16e47b8e87fa9c3ea6cf063f14486d6366b13a.zip
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index be724a6..e35d247 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ 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 my own interpreter [gofunge98](https://git.adyxax.org/adyxax/gofunge98).