aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.txt b/test.txt
index aa6c0fc..96dbfc1 100644
--- a/test.txt
+++ b/test.txt
@@ -8,7 +8,7 @@ define gcd(a, b)
print "test"
-N = 1000
+constant N = 1000
A = []
for i from 0 to N - 1
A[i] = i