From 3d1c4216ede8c628558c9fe700fb2be1aa08b473 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 2 Nov 2020 21:24:53 -0800 Subject: 7162 --- html/apps/hello.mu.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'html/apps/hello.mu.html') diff --git a/html/apps/hello.mu.html b/html/apps/hello.mu.html index 04c0f103..f994f3ae 100644 --- a/html/apps/hello.mu.html +++ b/html/apps/hello.mu.html @@ -16,7 +16,6 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .muComment { color: #005faf; } .LineNr { } -.SpecialChar { color: #d70000; } .Constant { color: #008787; } .muFunction { color: #af5f00; text-decoration: underline; } .Delimiter { color: #c000c0; } @@ -62,9 +61,9 @@ if ('onhashchange' in window) { 4 # $ ./translate_mu apps/hello.mu 5 # $ ./a.elf 6 - 7 fn main -> exit-status/ebx: int { - 8 print-string 0, "Hello world!\n" - 9 exit-status <- copy 0 + 7 fn main -> _/ebx: int { + 8 print-string 0, "Hello world!\n" + 9 return 0 10 } -- cgit 1.4.1-2-gfad0