/The-C-Programming-Language-Speedrun

Speedrunning over the weekend over The C Programming Language book

Primary LanguageCMIT LicenseMIT

The-C-Programming-Language-Speedrun

Speedrunning over the weekend through The C Programming Language book

alt text

Running the programs

To run the pogram just compile it first

gcc <file-name>

./<file-name>

e.g.

gcc gcc chapter-3/compare_execution_times.c

./a.out