fix dangling 0 value in stack in helloworldgen

This commit is contained in:
Daniella 2022-03-06 18:47:59 +01:00
parent e9db76ad21
commit b44c232d9a

View file

@ -15,7 +15,7 @@ func main {
"testing\n" puts
"helloworld.isbpl" include
main
main pop
0
}