aboutsummaryrefslogtreecommitdiff
path: root/challenge.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-27 12:03:02 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-27 12:03:02 +0800
commitc856bd698eb96467d173618f93ca5e31c3584e62 (patch)
treeeb8a89577adb4d1342b1d413920a53e3eedc9527 /challenge.html
parentMerge branch 'master' into irclog (diff)
parentParallel Go solver (diff)
downloadpowxy-c856bd698eb96467d173618f93ca5e31c3584e62.tar.gz
powxy-c856bd698eb96467d173618f93ca5e31c3584e62.tar.zst
powxy-c856bd698eb96467d173618f93ca5e31c3584e62.zip
Merge branch 'master' into irclog
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>