diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-11-28 16:45:15 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-11-28 16:45:15 -0500 |
| commit | 27cefb68063a926c2a764ab449ff25fec52a5b18 (patch) | |
| tree | 035330abfcb4f1c126e6cee67e980d4df072ecc7 /docs/running.html | |
| parent | 556991ce0bc6b73de753f86db4d9d428d5862bcb (diff) | |
week.golf now supports BQN
Diffstat (limited to 'docs/running.html')
| -rw-r--r-- | docs/running.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/running.html b/docs/running.html index 1489ba93..55f78056 100644 --- a/docs/running.html +++ b/docs/running.html @@ -39,7 +39,7 @@ </tbody> </table> <p>For tools related to running BQN, see the <a href="editors/index.html">editor plugins</a> and <a href="https://mlochbaum.github.io/BQN/fonts.html">fonts page</a>.</p> -<p>All these websites run BQN (on your computer, except Attempt This Online):</p> +<p>All these websites run BQN (on your computer, except the CBQN ones):</p> <table> <thead> <tr> @@ -98,6 +98,12 @@ <td>JS</td> <td>Create animations</td> </tr> +<tr> +<td><a href="https://week.golf">week.golf</a></td> +<td>Challenge</td> +<td>CBQN</td> +<td>Code golf</td> +</tr> </tbody> </table> <p>Further details in the sections below.</p> |
