Hello World

PHOTO EMBED

Thu Sep 02 2021 08:48:00 GMT+0000 (Coordinated Universal Time)

Saved by @aditiSinha #c++

#include <iostream>

using namespace std;

int main()
{
    cout<<"Hello World";

    return 0;
}
content_copyCOPY