1 2 3 4 5 6
#include <thread> int main() { std::this_thread::sleep_for(std::chrono::minutes(1)); return 0; }