summaryrefslogtreecommitdiff
path: root/03_code2/grade.txt
blob: 0138468fcc9619799aef8f658a913aad8d9c4284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Grading at Sat 27 Nov 2021 02:21:26 AM UTC
Checking code2.c for legal syntax
Checking for int printTriangle (int size)
Found on line 4, column 1 
Checking for int main(void)
Found on line 35, column 1 
Trying to run the code..
Your file matched the expected output
Removing your main() and replacing it with our own to run more tests...
Testing printTriangle(0) ... Correct
Testing printTriangle(1) ... Correct
Testing printTriangle(2) ... Correct
Testing printTriangle(3) ... Correct
Testing printTriangle(4) ... Correct
Testing printTriangle(7) ... Correct
Testing printTriangle(9) ... Correct
Testing printTriangle(12) ... Correct
Testing printTriangle(142) ... Correct
Testing printTriangle(191) ... Correct
Testing printTriangle(2037) ... Correct
Testing printTriangle(2479) ... Correct

Overall Grade: A