blob: e3714828aabd7a6aae54c6aae23db49795e848d6 [file] [log] [blame]
#include<unistd.h>
int main(int argc, char **argv) {
sleep(1000);
return 0;
}