about summary refs log tree commit diff stats
path: root/html/apps/hello.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-07 16:38:14 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-07 16:39:44 -0700
commit68df24fa778f7f5a2651a4623681f38dc920c490 (patch)
tree99d95cf1812e90ad6bfd4f7292ee42b6a5e7c935 /html/apps/hello.mu.html
parenta0430d580719fc0fbe1fe0c92de2ec412245762c (diff)
downloadmu-68df24fa778f7f5a2651a4623681f38dc920c490.tar.gz
6746
Diffstat (limited to 'html/apps/hello.mu.html')
-rw-r--r--html/apps/hello.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/hello.mu.html b/html/apps/hello.mu.html
index d67dfd38..9cebd30d 100644
--- a/html/apps/hello.mu.html
+++ b/html/apps/hello.mu.html
@@ -63,7 +63,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span><span class="Comment">#   $ ./a.elf</span>
 <span id="L6" class="LineNr"> 6 </span>
 <span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='hello.mu.html#L7'>main</a></span><span class="PreProc"> -&gt; </span>exit-status/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
-<span id="L8" class="LineNr"> 8 </span>  <a href='../405screen.mu.html#L134'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;Hello world!\n&quot;</span>
+<span id="L8" class="LineNr"> 8 </span>  <a href='../405screen.mu.html#L179'>print-string</a> <span class="Constant">0</span>, <span class="Constant">&quot;Hello world!\n&quot;</span>
 <span id="L9" class="LineNr"> 9 </span>  exit-status <span class="SpecialChar">&lt;-</span> copy <span class="Constant">0</span>
 <span id="L10" class="LineNr">10 </span><span class="Delimiter">}</span>
 </pre>