From 9f33e724416764c1a7a5b4296d73024fb3b5cc60 Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Sat, 4 May 2024 22:07:36 +0500 Subject: [PATCH] Update Hascal.has --- src/hello-worlds/Hascal.has | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hello-worlds/Hascal.has b/src/hello-worlds/Hascal.has index 5b0a5896..1480dee4 100644 --- a/src/hello-worlds/Hascal.has +++ b/src/hello-worlds/Hascal.has @@ -1,4 +1,5 @@ function main() : int { print("Hello World!") return 0 + return 0 }