about summary refs log tree commit diff stats
path: root/html/linux/factorial3.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-04-21 08:28:00 -0700
committerKartik Agaram <vc@akkartik.com>2021-04-21 08:28:00 -0700
commita8fb537a88fdbe77cdcbaa05ee28d1cad94550da (patch)
treed0fad5f8da140435dcf05b631a4b3f315e0c1f86 /html/linux/factorial3.subx.html
parentd27994a9d73f970a7b54ec71f4ae457da3734daa (diff)
downloadmu-a8fb537a88fdbe77cdcbaa05ee28d1cad94550da.tar.gz
.
Diffstat (limited to 'html/linux/factorial3.subx.html')
-rw-r--r--html/linux/factorial3.subx.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/linux/factorial3.subx.html b/html/linux/factorial3.subx.html
index 23e15cd3..30c4f85f 100644
--- a/html/linux/factorial3.subx.html
+++ b/html/linux/factorial3.subx.html
@@ -7,11 +7,11 @@
 <meta name="plugin-version" content="vim8.1_v1">
 <meta name="syntax" content="none">
 <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
-<meta name="colorscheme" content="minimal-light">
+<meta name="colorscheme" content="minimal-dark">
 <style type="text/css">
 <!--
-pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; }
-body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
+pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #a8a8a8; }
+body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .SpecialChar { color: #d70000; }
@@ -63,7 +63,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span><span class="subxComment">#   function calls</span>
 <span id="L6" class="LineNr"> 6 </span><span class="subxComment">#</span>
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># To run:</span>
-<span id="L8" class="LineNr"> 8 </span><span class="subxComment">#   $ ./translate_subx init.linux [01]*.subx apps/factorial.subx -o apps/factorial</span>
+<span id="L8" class="LineNr"> 8 </span><span class="subxComment">#   $ ./translate_subx init.linux [01]*.subx factorial.subx -o factorial</span>
 <span id="L9" class="LineNr"> 9 </span><span class="subxComment">#   $ bootstrap/bootstrap run factorial</span>
 <span id="L10" class="LineNr">10 </span><span class="subxComment"># Expected result:</span>
 <span id="L11" class="LineNr">11 </span><span class="subxComment">#   $ echo $?</span>
@@ -75,7 +75,7 @@ if ('onhashchange' in window) {
 <span id="L17" class="LineNr">17 </span><span class="subxComment">#   ........</span>
 <span id="L18" class="LineNr">18 </span><span class="subxComment"># Every '.' indicates a passing test. Failing tests get a 'F'.</span>
 <span id="L19" class="LineNr">19 </span><span class="subxComment">#</span>
-<span id="L20" class="LineNr">20 </span><span class="subxComment"># Compare apps/factorial2.subx</span>
+<span id="L20" class="LineNr">20 </span><span class="subxComment"># Compare factorial2.subx</span>
 <span id="L21" class="LineNr">21 </span>
 <span id="L22" class="LineNr">22 </span>== code
 <span id="L23" class="LineNr">23 </span>