#include using namespace std; int main() { cout << "Hello, World\n"; // print a string return 0; }