ShareCopy to ClipboardRawPreview#include<iostream> using namespace std; int main() { cout << "Hello World" << endl; return 0; } hello world00omtajne11helloworldcode to print hello world in c++0 CommentsAdd CommentLog in to add a comment