Wednesday, April 20, 2011

Hello World

int main()
{
       cout << "Hello World" << endl;

      return 0;
}

No comments:

Post a Comment