From d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 5 Oct 2020 11:00:05 -0700 Subject: 6958 --- html/apps/ex3.mu.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'html/apps/ex3.mu.html') diff --git a/html/apps/ex3.mu.html b/html/apps/ex3.mu.html index cb76985a..054c0ca3 100644 --- a/html/apps/ex3.mu.html +++ b/html/apps/ex3.mu.html @@ -14,11 +14,11 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background- body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } +.muComment { color: #005faf; } .LineNr { } -.muFunction { color: #af5f00; text-decoration: underline; } .SpecialChar { color: #d70000; } -.Comment { color: #005faf; } .Constant { color: #008787; } +.muFunction { color: #af5f00; text-decoration: underline; } .Delimiter { color: #c000c0; } .PreProc { color: #c000c0; } --> @@ -56,14 +56,14 @@ if ('onhashchange' in window) { https://github.com/akkartik/mu/blob/master/apps/ex3.mu
- 1 # Add the first 10 numbers, and return the result in the exit code.
- 2 #
- 3 # To run:
- 4 #   $ ./translate_mu apps/browse.mu
- 5 #   $ ./a.elf
- 6 # Expected result:
- 7 #   $ echo $?
- 8 #   55
+ 1 # Add the first 10 numbers, and return the result in the exit code.
+ 2 #
+ 3 # To run:
+ 4 #   $ ./translate_mu apps/browse.mu
+ 5 #   $ ./a.elf
+ 6 # Expected result:
+ 7 #   $ echo $?
+ 8 #   55
  9 
 10 fn main -> result/ebx: int {
 11   result <- copy 0
-- 
cgit 1.4.1-2-gfad0