Skip to content

Commit

Permalink
Update Hello World example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Bachmann committed May 12, 2024
1 parent 64d9ee8 commit 7857a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/frontend/reducers/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}`;

Expand Down

0 comments on commit 7857a60

Please sign in to comment.