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