#include using namespace std; int main() { std::cout << "Hello, World!" << std::endl; }