Two Thousand and Nine Greetings

#include <iostream>
int main ()
{
int count;
for (count=1; count<=2009; count++)
printf (“Happy New Year!”);
return 0;
}

~ by Adi on December 31, 2008.

Leave a Reply