8 lines
80 B
C
8 lines
80 B
C
#include <unistd.h>
|
|
|
|
int main()
|
|
{
|
|
while(1)
|
|
sleep(1);
|
|
return 0;
|
|
} |