diff --git a/examples/helloworld.isbpl b/examples/helloworld.isbpl index 9b646a1..427f911 100644 --- a/examples/helloworld.isbpl +++ b/examples/helloworld.isbpl @@ -1,5 +1,5 @@ func main { - with args + with args ; "Hello World!\n" puts 0 }