Tuesday, 15 May 2018

c++ program that print hello world

#include<iostream>
using namespace std;
int main()
{
       cout<<"Hello world";
}

No comments:

Post a Comment