Poniendo a un niño geek a cumplir su castigo de escribir 500 veces "NO DEBO DE AVENTAR AVIONES DE PAPEL EN CLASE" ...............
#include
int main(void)
{
int count;
for( count=1; count<=500; count++ )
printf("I will not throw paper airplanes in class");
return 0;
}
int main(void)
{
int count;
for( count=1; count<=500; count++ )
printf("I will not throw paper airplanes in class");
return 0;
}