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 57333b5..24a84de 100644
--- a/samples/helloworld.golem
+++ b/samples/helloworld.golem
@@ -7,7 +7,7 @@ main() {
strcpy(str, "Hello, World!\n");
- i = 0;
+ i = 0; 🗿 loop variable
loop {
i++;
if (i > iterations)