C++ language code
** Coded hello world in c++**
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World"<<endl;
return 0;
}
Projects build during MLH build Hackathon 2021
** Coded hello world in c++**
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World"<<endl;
return 0;
}
Log in or sign up for Devpost to join the conversation.