change default program
This commit is contained in:
parent
30f9f2bc18
commit
1aefa0f9b1
@ -33,13 +33,11 @@
|
|||||||
<li>comments ("//") are ignored</li>
|
<li>comments ("//") are ignored</li>
|
||||||
</ul>
|
</ul>
|
||||||
<textarea id="instructions">
|
<textarea id="instructions">
|
||||||
// replaces 3 B's with "1"
|
// replaces 2 B's with "1"
|
||||||
q0 B 1 q1
|
q0 B 1 q1
|
||||||
q1 1 R q1
|
q1 1 R q1
|
||||||
q1 B 1 q2
|
q1 B 1 f
|
||||||
q2 1 R q2
|
</textarea>
|
||||||
q2 B 1 f</textarea
|
|
||||||
>
|
|
||||||
<div>
|
<div>
|
||||||
<button id="compile">Compile</button
|
<button id="compile">Compile</button
|
||||||
><span style="margin-left: 0.5rem" id="compile_status"></span>
|
><span style="margin-left: 0.5rem" id="compile_status"></span>
|
||||||
|
Loading…
Reference in New Issue
Block a user