aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 7cfe2cd47..41a02c098 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -424,6 +424,7 @@ when true {
fmt.printf("The program \"%s\" calculates the value %d\n",
program, accumulator);
+*/
}
}