My solutions to "The C Programming Language" 2nd Edition.

Build and Run

This project requires cmake and make. To build

mkdir build
cd build
cmake ..
make

To run:

./c_prog_lang