Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 560 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 560 Bytes

Problem Sets for Harvard's 'CS50 Introduction to Computer Science'

Status

Will update whenever I finish either a single task or the whole problem set

Requirements

Most of the docs and libraries can be found in this link:

https://cs50.readthedocs.io/

Usage

In order to compile these C source codes you can use `make50`: 

./make50 <filename.c>

You can move `make50` to `/usr/local/bin/make50` in order to use it as: 

make50 <filename.c>

Authors