about summary refs log tree commit diff stats
path: root/apps/hello.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/hello.mu')
-rw-r--r--apps/hello.mu10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/hello.mu b/apps/hello.mu
deleted file mode 100644
index 9e8fdb6f..00000000
--- a/apps/hello.mu
+++ /dev/null
@@ -1,10 +0,0 @@
-# Meaningless conventional example.
-#
-# To run:
-#   $ ./translate_mu apps/hello.mu
-#   $ ./a.elf
-
-fn main -> _/ebx: int {
-  print-string 0/screen, "Hello world!\n"
-  return 0
-}