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.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/hello.mu b/apps/hello.mu
index 5a656b96..9e8fdb6f 100644
--- a/apps/hello.mu
+++ b/apps/hello.mu
@@ -5,6 +5,6 @@
 #   $ ./a.elf
 
 fn main -> _/ebx: int {
-  print-string 0, "Hello world!\n"
+  print-string 0/screen, "Hello world!\n"
   return 0
 }