fix examples

This commit is contained in:
nub31
2025-10-22 13:29:24 +02:00
parent 93cef598e8
commit 7eaab588ca
5 changed files with 4 additions and 19 deletions

View File

@@ -2,7 +2,7 @@ module "main"
extern "puts" func puts(text: cstring)
func main(argc: i32, argv: [?]cstring): i32
extern "main" func main(argc: i64, argv: [?]cstring): i64
{
defer puts("Bye cruel world!")
puts("Hello world!")