Skip to content

Commit

Permalink
graded
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCoding committed Jun 23, 2020
1 parent a70c9a9 commit b16949b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions 14_array_max/grade.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Grading at Tue Jun 23 09:23:34 UTC 2020
Attempting to compile arrayMax.c
#################################################
testcase1:
Your file matched the expected output
Your output matched what we expected
Removing your main() and replacing it with our own to run more tests...
#################################################
testcase2:
array size:0 was Correct
#################################################
testcase3:
array size:1 was Correct
#################################################
testcase4:
array size:100 was Correct
#################################################
testcase5:
array size:5000 was Correct

Overall Grade: A

0 comments on commit b16949b

Please sign in to comment.