Backed out changeset 4c8952703e77

This commit is contained in:
Dão Gottwald 2010-03-05 13:34:44 +01:00
Родитель 1c240791e6
Коммит 54cbc60d3a
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,9 @@
#include <unistd.h>
#include <stdio.h>
int main()
{
while(1) sleep(10);
char text[20];
fgets(text, sizeof text, stdin);
return 0;
}