diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-27 12:02:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-27 12:02:42 +0800 |
commit | 6ecfae541c40b92459ecda74f064f4b0ded23666 (patch) | |
tree | cfc698b2837ec0cd3204bb396959b85cbe85a69e /challenge.html | |
parent | Tell them to base64-decode it (diff) | |
download | powxy-6ecfae541c40b92459ecda74f064f4b0ded23666.tar.gz powxy-6ecfae541c40b92459ecda74f064f4b0ded23666.tar.zst powxy-6ecfae541c40b92459ecda74f064f4b0ded23666.zip |
Parallel Go solver
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> |