Sunday, December 18, 2005

Picture: Cute!

This images is really cute. It reminds me of an old Foxtrot cartoon that I read once where the little boy (Jason) was made to write something 100 times as punishment for doing something. So, he walks over to his computer and does the following...
-------------------------------------------------------------------
#include
int main()
{
int loop;
for (loop=0; loop<100; loop++)
printf("I will not do such-and-such again");
return(0);
}
-------------------------------------------------------------------
He then runs it and turns in the output to the teacher.

No comments: