3 Forks
19 Stars
19 Watchers

cs50

Source code and Solutions for HarvardX CS50's 2023-2024; Includes all the PSets and Project work for CS50x, CS50W (web), CS50P (python)

How to download and setup cs50

Open terminal and run command
git clone https://github.com/Aadv1k/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/Aadv1k/cs50/archive/master.zip

Or simply clone cs50 with SSH
git@github.com:Aadv1k/cs50.git

If you have some problems with cs50

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