aboutsummaryrefslogtreecommitdiff
path: root/challenge.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-27 12:02:42 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-27 12:02:42 +0800
commit6ecfae541c40b92459ecda74f064f4b0ded23666 (patch)
treecfc698b2837ec0cd3204bb396959b85cbe85a69e /challenge.html
parentTell them to base64-decode it (diff)
downloadpowxy-6ecfae541c40b92459ecda74f064f4b0ded23666.tar.gz
powxy-6ecfae541c40b92459ecda74f064f4b0ded23666.tar.zst
powxy-6ecfae541c40b92459ecda74f064f4b0ded23666.zip
Parallel Go solver
Diffstat (limited to 'challenge.html')
-rw-r--r--challenge.html2
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>