#include <iostream> // This allows us to use input/output
int main() {
std::cout << "Hello, World!" << std::endl; // Print message to the console
return 0; // Exit the program
}
I2luY2x1ZGUgPGlvc3RyZWFtPiAgLy8gVGhpcyBhbGxvd3MgdXMgdG8gdXNlIGlucHV0L291dHB1dAoKaW50IG1haW4oKSB7CiAgICBzdGQ6OmNvdXQgPDwgIkhlbGxvLCBXb3JsZCEiIDw8IHN0ZDo6ZW5kbDsgIC8vIFByaW50IG1lc3NhZ2UgdG8gdGhlIGNvbnNvbGUKICAgIHJldHVybiAwOyAgLy8gRXhpdCB0aGUgcHJvZ3JhbQp9Cg==