From 442a49ad5a48d417345959b903ae6a6d32d55759 Mon Sep 17 00:00:00 2001 From: Haidong Ji Date: Fri, 15 Apr 2022 15:51:30 -0500 Subject: Great C programming fun Excellent fundamentals and displine training, many tools and techniques exercises: gdb, emacs, valgrind, git --- 26_tests_matrix_input/grade.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 26_tests_matrix_input/grade.txt (limited to '26_tests_matrix_input/grade.txt') diff --git a/26_tests_matrix_input/grade.txt b/26_tests_matrix_input/grade.txt new file mode 100644 index 0000000..727e7c2 --- /dev/null +++ b/26_tests_matrix_input/grade.txt @@ -0,0 +1,20 @@ +Grading at Thu 02 Dec 2021 03:14:19 AM UTC +Checking rotateMatrix1 +Your tests identified the problem with rotateMatrix1 +Checking rotateMatrix2 +Your tests identified the problem with rotateMatrix2 +Checking rotateMatrix3 +Your tests identified the problem with rotateMatrix3 +Checking rotateMatrix4 +Your tests identified the problem with rotateMatrix4 +Checking rotateMatrix5 +Your tests identified the problem with rotateMatrix5 +Checking rotateMatrix6 +Your tests identified the problem with rotateMatrix6 +Checking rotateMatrix7 +Your tests identified the problem with rotateMatrix7 +Checking rotateMatrix8 +Your tests identified the problem with rotateMatrix8 +Your tests identified problems with all broken programs + +Overall Grade: PASSED -- cgit v1.2.3