change default program
This commit is contained in:
parent
30f9f2bc18
commit
1aefa0f9b1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user