diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello_world/src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world/src/main.zig b/examples/hello_world/src/main.zig index b23b3dc..f2520d0 100644 --- a/examples/hello_world/src/main.zig +++ b/examples/hello_world/src/main.zig @@ -7,7 +7,7 @@ export fn _start() void { } pub fn main() void { - const s = "Hello from U-mode init"; + const s = "Hello from U-mode init\r\n"; asm volatile ( \\ li a7, 100001 \\ ecall |