#include <stdio.h>
int main()
{
for (int i=0; i<10001; i++)
printf ("Count = %i \n", i);
return 0;
}
Done.
Code:#include <stdio.h> int main() { for (int i=0; i<10001; i++) printf ("Count = %i \n", i); return 0; }
Okay… maybe not. Thread title is "Count to 10000!", not "Count to 10000". Guess it will take a while counting to 10000!

LmaoDone.
Code:#include <stdio.h> int main() { for (int i=0; i<10001; i++) printf ("Count = %i \n", i); return 0; }
Okay… maybe not. Thread title is "Count to 10000!", not "Count to 10000". Guess it will take a while counting to 10000!
