change default program

This commit is contained in:
Elizabeth Hunt 2023-10-25 11:01:35 -06:00 committed by GitHub
parent 30f9f2bc18
commit 1aefa0f9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,13 +33,11 @@
<li>comments ("//") are ignored</li>
</ul>
<textarea id="instructions">
// replaces 3 B's with "1"
// replaces 2 B's with "1"
q0 B 1 q1
q1 1 R q1
q1 B 1 q2
q2 1 R q2
q2 B 1 f</textarea
>
q1 B 1 f
</textarea>
<div>
<button id="compile">Compile</button
><span style="margin-left: 0.5rem" id="compile_status"></span>