Skip to content

Commit

Permalink
graded
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCoding committed Feb 25, 2024
1 parent 2edfb28 commit 83e1621
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 30_sort_lines/grade.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Grading at Sun 25 Feb 2024 01:49:47 AM UTC
Attempting to compile sortLines.c
#################################################
testcase1:
testcase1 passed, your program successfully indicated a failure
- Valgrind was clean (no errors, no memory leaks)
valgrind was clean
#################################################
testcase2:
Your output is correct
- Valgrind was clean (no errors, no memory leaks)
valgrind was clean
#################################################
testcase3:
Your output is correct
- Valgrind was clean (no errors, no memory leaks)
valgrind was clean
#################################################
testcase4:
Your output is correct
- Valgrind was clean (no errors, no memory leaks)
valgrind was clean

Overall Grade: A

0 comments on commit 83e1621

Please sign in to comment.