Backed out changeset 4c8952703e77

This commit is contained in:
Dão Gottwald 2010-03-05 13:34:44 +01:00
Родитель fea6270a75
Коммит 5be72d1839
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;
}