diff options
author | Anthony Wang | 2020-09-01 11:47:50 -0500 |
---|---|---|
committer | Anthony Wang | 2020-09-01 11:47:50 -0500 |
commit | b9f347d143f5d0453a7471fa8392272dd4c287e9 (patch) | |
tree | c5a1ebfecbb7f34f8e4128f9aa8c18af442f2d18 | |
parent | d3f3ac73c5b21292f6eb2b05548a11389c7d6c89 (diff) |
Update test.txt
-rw-r--r-- | test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |