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