#include #define REPS 5 /** * Compile this file with: * gcc -o hello hello.c * Run the program: * ./hello */ int main(int argc, char **argv) { for (int i=0; i