#include <iostream>
using namespace std;
 
int main() {
cout << "Hello, World!" << endl;
return 0;
}
UTF-8Spaces: 4Ln 1, Col 17 lines

Input

Output

Ready to Run

Write your code and click Run to see the output here.