Will update whenever I finish either a single task or the whole problem set
Most of the docs and libraries can be found in this link:
https://cs50.readthedocs.io/
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>