Skip to content

Commit

Permalink
fix: example hello world program
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Dec 1, 2024
1 parent 368df31 commit ed15224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ibu
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#include "std/header.ibu"

func main() i32 {
"Hello, world!";
printf("Hello, world!\n");
return 0;
}

0 comments on commit ed15224

Please sign in to comment.