зеркало из https://github.com/mozilla/gecko-dev.git
merge backout
This commit is contained in:
Коммит
ffb91854cd
|
@ -1,8 +1,9 @@
|
||||||
#include <unistd.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
while(1) sleep(10);
|
char text[20];
|
||||||
|
fgets(text, sizeof text, stdin);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче