print out word with iostream included

include

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