summaryrefslogtreecommitdiff
path: root/samples/helloworld.golem
diff options
context:
space:
mode:
Diffstat (limited to 'samples/helloworld.golem')
-rw-r--r--samples/helloworld.golem5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/helloworld.golem b/samples/helloworld.golem
index 24a84de..b8bb0d8 100644
--- a/samples/helloworld.golem
+++ b/samples/helloworld.golem
@@ -5,6 +5,11 @@ define iterations = 9;
main() {
local i;
+ print(`Hello);
+ wrt ' ';
+ print(`World);
+ wrt '!';
+ wrt '\n';
strcpy(str, "Hello, World!\n");
i = 0; 🗿 loop variable