summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-08-26 15:05:12 +0200
committerkdx <kikoodx@paranoici.org>2023-08-26 15:05:12 +0200
commit07f9061b1287212cca8bdea2f07b7262e6d079b7 (patch)
tree2b3ae941f16349020615941d4142daba7163b382 /samples
parent3edf6c7c39dea9155f4a34ae8f5091d2a40a2462 (diff)
downloadgolem-07f9061b1287212cca8bdea2f07b7262e6d079b7.tar.gz
small string shortend
Diffstat (limited to 'samples')
-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