This repository contains my solutions to the exercises in The C Programming Language by Brian W. Kernighan and Dennis M. Ritchie (K&R).
I am using this classic text to build a strong foundation in C programming.
├── Makefile
├── README.md
├── bin/
└── src/
git clone https://github.com/hakilebara/KnR_exercices
cd KnR_exercices
make
./bin/1-1