2 Forks
6 Stars
6 Watchers

cs50

This repository contains all the exercises from the CS50 course on edx.com

How to download and setup cs50

Open terminal and run command
git clone https://github.com/asankov/cs50.git
git clone is used to create a copy or clone of cs50 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 cs50 https://github.com/asankov/cs50/archive/master.zip

Or simply clone cs50 with SSH
[email protected]:asankov/cs50.git

If you have some problems with cs50

You may open issue on cs50 support forum (system) here: https://github.com/asankov/cs50/issues