29 Forks
108 Stars
108 Watchers

CS50x

My notes & solutions for CS50x 2022-2023.

How to download and setup CS50x

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

Or simply clone CS50x with SSH
[email protected]:BogdanOtava/CS50x.git

If you have some problems with CS50x

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