summaryrefslogtreecommitdiff
path: root/samples/helloworld.golem
diff options
context:
space:
mode:
Diffstat (limited to 'samples/helloworld.golem')
-rw-r--r--samples/helloworld.golem2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/helloworld.golem b/samples/helloworld.golem
index 2e0d82c..37698c0 100644
--- a/samples/helloworld.golem
+++ b/samples/helloworld.golem
@@ -10,7 +10,7 @@ main() {
i = 0;
loop {
- i = i + 1;
+ i++;
if (i > iterations)
break;
print(str);