/check50

This is check50, a command-line program with which you can check the correctness of your programs.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

check50 Build Status

check50 is a testing tool for checking student code. As a student you can use check50 to check your CS50 problem sets or any other Problem sets for which check50 checks exist. check50 allows teachers to automatically grade code on correctness and to provide automatic feedback while students are coding.

You can find documentation and instructions for writing your own checks at https://cs50.readthedocs.io/check50/.