Backed out changeset 4c8952703e77

This commit is contained in:
Dão Gottwald 2010-03-05 13:34:44 +01:00
parent 1c240791e6
commit 54cbc60d3a

View File

@ -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;
}