#include <iostream> int main() { std::cout << "Hello, World!"; // prints 'Hello, World!' to the output. return 0; }