blob: 8875e126a902713225aa6bc4b8c22a9754767774 [file] [log] [blame]
#include<unistd.h>
int main(void) {
sleep(1000);
return 0;
}