#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
Luna Rojas -
Gabor Szabo -
KAMAL KISHOR -
This Week In JavaScript -
Top comments (0)