diff options
Diffstat (limited to 'challenge.html')
-rw-r--r-- | challenge.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge.html b/challenge.html index c2f1762..7ff7709 100644 --- a/challenge.html +++ b/challenge.html @@ -48,7 +48,7 @@ </section> <section> - <p><a href="/.powxy/static/solver.c">A C implementation</a> and <a href="/.powxy/static/solver.py">a Python implementation</a> of the challenge solver are available.</p> + <p>Several offline challenge solvers are available in <a href="/.powxy/static/solver.c">C</a>, <a href="/.powxy/static/solver.go">Go</a>, and <a href="/.powxy/static/solver.py">Python</a>. </section> </main> </body> |