-
Notifications
You must be signed in to change notification settings - Fork 0
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
ef87e71
commit 321da65
Showing
1 changed file
with
53 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,53 @@ | ||
Grading at Thu 22 Feb 2024 05:01:55 AM UTC | ||
Attempting to compile rotateMatrix.c | ||
testcase1 passed | ||
################################################# | ||
testcase2: NonExistentFile | ||
(should indicate an error) | ||
testcase2 passed | ||
################################################# | ||
testcase3: blank.txt | ||
(should indicate an error) | ||
testcase3 passed | ||
################################################# | ||
testcase4: short-line.txt | ||
(should indicate an error) | ||
testcase4 passed | ||
################################################# | ||
testcase5: short-file.txt | ||
(should indicate an error) | ||
testcase5 passed | ||
################################################# | ||
testcase6: long-line.txt | ||
(should indicate an error) | ||
testcase6 passed | ||
################################################# | ||
testcase7: long-file.txt | ||
(should indicate an error) | ||
testcase7 passed | ||
################################################# | ||
testcase8: long-line-2.txt | ||
(should indicate an error) | ||
testcase8 passed | ||
################################################# | ||
testcase9: normal1.txt normal2.txt | ||
(should indicate an error) | ||
testcase9 passed | ||
################################################# | ||
testcase10: normal1.txt | ||
Your file matched the expected output | ||
testcase10 passed | ||
################################################# | ||
testcase10: normal2.txt | ||
Your file matched the expected output | ||
testcase10 passed | ||
################################################# | ||
testcase10: normal3.txt | ||
Your file matched the expected output | ||
testcase10 passed | ||
################################################# | ||
testcase10: eof.txt | ||
Your file matched the expected output | ||
testcase10 passed | ||
|
||
Overall Grade: A |