#include auto main() -> int { std::cout << "hello, world" << std::endl; return 0; }