#include using namespace std; //cc:main function int main() { cout << "Hello, World!"; return 0; }