From b9f347d143f5d0453a7471fa8392272dd4c287e9 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 1 Sep 2020 11:47:50 -0500 Subject: [PATCH] Update test.txt --- test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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