#include <iostream>
using namespace std;
int main()
{
cout<<" Hello C++ World "<<endl;
cin.get();
return 0 ;
}
For further actions, you may consider blocking this person and/or reporting abuse
#include <iostream>
using namespace std;
int main()
{
cout<<" Hello C++ World "<<endl;
cin.get();
return 0 ;
}
For further actions, you may consider blocking this person and/or reporting abuse
Gittech -
Philip Yaw Neequaye Ansah -
Dev Resources -
Michael Burzan -
Top comments (0)