summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-13 15:38:48 +0200
committerkdx <kikoodx@paranoici.org>2023-06-13 15:38:48 +0200
commitcd20e8bb36f6ef65bea0e062c66867cb80568152 (patch)
tree65a50752ac50478897939e2a35d6c35c3e81700b /samples
parentdea6dce494e9c403f1f9e2178cd8c7d0aad79738 (diff)
downloadgolem-cd20e8bb36f6ef65bea0e062c66867cb80568152.tar.gz
comment with 🗿
Diffstat (limited to 'samples')
-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)