fix examples
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user