Pricing
Learn
Code
Deploy
More
hello world
167
4 years ago by
Mandoy The-LightSeeker
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}