#include int main(void) { int counter = 1000000; while(counter--) { printf("Hello there\n"); } }