Speedrunning over the weekend through The C Programming Language book
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
Speedrunning over the weekend over The C Programming Language book
CMIT