summaryrefslogtreecommitdiff
path: root/14_array_max/grade.txt
diff options
context:
space:
mode:
Diffstat (limited to '14_array_max/grade.txt')
-rw-r--r--14_array_max/grade.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/14_array_max/grade.txt b/14_array_max/grade.txt
new file mode 100644
index 0000000..3b969b3
--- /dev/null
+++ b/14_array_max/grade.txt
@@ -0,0 +1,21 @@
+Grading at Wed 13 Oct 2021 02:00:59 AM UTC
+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