Hello world in cpp

// Learning2night.com
#include <iostream>
using namespace std;

int main(){

cout<<"Hello Learning tonight"<<endl;

return 0;
}

Add a Comment

Your email address will not be published. Required fields are marked *