diff --git a/ui/frontend/reducers/code.ts b/ui/frontend/reducers/code.ts index 4842c06..b955168 100644 --- a/ui/frontend/reducers/code.ts +++ b/ui/frontend/reducers/code.ts @@ -7,7 +7,7 @@ const initialState: string = `use {puts}: "std/libc/io.bl" use {exit}: "std/libc/proc.bl" fn main() { - puts("Hello, world!") + puts("Hello, world!\n\0") exit(0) }`;