Sunday, September 10, 2006

Programming...

#include <stdio.h>
int main(void)
{
int count;

for(count=1; count<=500; count++)
printf("I love mai Sayang very, very much...\n");
return 0;
}



Cute eh..?
Kheheheee...

No comments: