Pages

Friday, March 25, 2011

Hello World

#include <iostream>
main ()
{
  cout<<"Hello World!";// Display the string.
}

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.