#include int32_t main(int32_t argc, char** argv) { std::cout << "Hello, World!" << std::endl; return 0; }