From 74f1512ff113cf35706af57e9d40c78b7d77f49e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 7 Feb 2021 00:17:17 -0800 Subject: 7690 Convert comments about magic constants into metadata. --- apps/hello.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/hello.mu') 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 } -- cgit 1.4.1-2-gfad0