From 3350c34a74844e21ea69077e01efff3bae64bdcd Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 23 Mar 2021 17:31:08 -0700 Subject: . --- html/apps/ex1.mu.html | 74 --------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 html/apps/ex1.mu.html (limited to 'html/apps/ex1.mu.html') diff --git a/html/apps/ex1.mu.html b/html/apps/ex1.mu.html deleted file mode 100644 index dca1abcd..00000000 --- a/html/apps/ex1.mu.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - -Mu - apps/ex1.mu - - - - - - - - - - -https://github.com/akkartik/mu/blob/main/apps/ex1.mu -
- 1 # First example: return the answer to the Ultimate Question of Life, the
- 2 # Universe, and Everything.
- 3 #
- 4 # To run:
- 5 #   $ ./translate_mu apps/ex1.mu
- 6 #   $ ./a.elf
- 7 # Expected result:
- 8 #   $ echo $?
- 9 #   42
-10 
-11 fn main -> _/ebx: int {
-12   return 0x2a  # Mu requires hexadecimal
-13 }
-
- - - -- cgit 1.4.1-2-gfad0