Update test.txt

This commit is contained in:
Anthony Wang 2020-09-01 11:47:50 -05:00
parent d3f3ac73c5
commit b9f347d143
No known key found for this signature in database
GPG key ID: DCDAC3EF330BB9AC

View file

@ -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