Programming in C++
Tuesday, March 31, 2015
Hello World
Script
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!!!!! \n";
return 0;
}
Execution
Hello World!!!!!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment