#include #include int main() { std::this_thread::sleep_for(std::chrono::seconds(60)); return 0; }