5 Forks
12 Stars
12 Watchers

CS-50

Theoretical notes and practical code examples of the 'CS50 Introduction to CS' course

How to download and setup CS-50

Open terminal and run command
git clone https://github.com/progdad/CS-50.git
git clone is used to create a copy or clone of CS-50 repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with CS-50 https://github.com/progdad/CS-50/archive/master.zip

Or simply clone CS-50 with SSH
[email protected]:progdad/CS-50.git

If you have some problems with CS-50

You may open issue on CS-50 support forum (system) here: https://github.com/progdad/CS-50/issues