Monday, 6 February 2017

Basic C++ programme

#include< iostream>
using namespace std;


int main()
{


cout << "Hello World!" << endl;

return 0;
}

No comments:

Post a Comment