Sunday, March 17, 2013

HELLO WORLD !!!!

#include<iostream.h>
int main()
{
 cout<<"Hello World!!!";
 return 0;
}

0 comments:

Post a Comment