7 lines
70 B
C
Raw Normal View History

2024-08-20 19:58:27 -07:00
#include<unistd.h>
int main(void) {
sleep(1000);
return 0;
}