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