Showing posts with label geek. Show all posts
Showing posts with label geek. Show all posts

C++ the 'friendly' way.....

#include
void main()
{
  clrscr();
  for (int i=1; i<=2, i--)
{
cout<<"\nI Love My Friends!!!";
}
}

(C)Aman Gupta 2009