#include #include #include int main(int argc, char const *argv[]) { sleep(5); return EXIT_SUCCESS; }