From d42bb095762b572510359bdd8e3734cd3957f2e5 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 17 May 2022 20:02:49 +0200 Subject: [PATCH] fix hello world --- examples/helloworld.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }