Skip to content
/ check50 Public

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

License

Notifications You must be signed in to change notification settings

cs50/check50

Repository files navigation

check50

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/projects/check50/.