mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-02-13 15:18:54 +03:00
7 lines
70 B
C
7 lines
70 B
C
|
#include<unistd.h>
|
||
|
|
||
|
int main(void) {
|
||
|
sleep(1000);
|
||
|
return 0;
|
||
|
}
|