Skip to content

Commit

Permalink
graded
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCoding committed Feb 22, 2024
1 parent ef87e71 commit 321da65
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions 27_matrix_input/grade.txt
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

0 comments on commit 321da65

Please sign in to comment.