Wednesday, March 5, 2008

Hello World

# include

using namespace std;

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

return 0;
}

0 comments: