summaryrefslogtreecommitdiff
path: root/samples/helloworld.golem
diff options
context:
space:
mode:
Diffstat (limited to 'samples/helloworld.golem')
-rw-r--r--samples/helloworld.golem3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/helloworld.golem b/samples/helloworld.golem
index 37698c0..57333b5 100644
--- a/samples/helloworld.golem
+++ b/samples/helloworld.golem
@@ -5,8 +5,7 @@ define iterations = 9;
main() {
local i;
- strcpy(str, "Hello, World!");
- strappend(str, '\n');
+ strcpy(str, "Hello, World!\n");
i = 0;
loop {