Solving problem sets for CS50's Introduction to Computer Science
course.
Link course: Link
Use CS50 cloud IDE for test code Link.
All problem sets code went thought:
-
Style code check, example:
$ style50 hello.c
-
Test code, example:
$ check50 cs50/2018/x/hello
-
Submit code, example:
$ submit50 cs50/2018/x/hello
Navigation by sets: