-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a70c9a9
commit b16949b
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |