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

#include <iostream>
int main ()
{
int count;
for (count=1; count<=2009; count++)
printf (“Happy New Year!”);
return 0;
}
~ by Adi on December 31, 2008.
Posted in Life
Get a free blog at WordPress.com. Theme: ChaoticSoul by Bryan Veloso.
Leave a Reply