#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
Pramod Boda -
Pratham naik -
Matheus -
Million Formula -
Top comments (0)