This is hello world code snippet in C++
<code>#include <iostream>
using namespace std;
int main() {
cout << "Hello cruel world" << endl;
return 0;
}</code>
This is hello world code snippet in C++
<code>#include <iostream>
using namespace std;
int main() {
cout << "Hello cruel world" << endl;
return 0;
}</code>