Count to a million

#include <stdio.h>
void main()
{
int prev_count = 1428;
prev_count++;
printf("%d\n",prev_count);
}
// Spamming in C AGAIN... LIKE A FUCKING BOSS!
 
1435 My blanket feels really good to the skin please don't think dirty thoughts
 

Users who are viewing this thread