print hello world c++

include

int main() { std::cout << "Hello, World!"; return 0; }