cs50 / checks

Checks for check50
17 stars 34 forks source link

fix ciphertext issue #72

Closed dlloyd09 closed 5 years ago

dlloyd09 commented 5 years ago

Students often lose correctness points in the autograder because some capitalize Ciphertext instead, which is often corrected manually. This should resolve that particular issue. Could generalize entirely to any text string, but feels reasonable to be consistent with spec expectations.