delete test.c

This commit is contained in:
virusdefender 2016-01-11 18:18:31 +08:00
parent fec86efecc
commit ccf04ba501
2 changed files with 0 additions and 18 deletions

BIN
test

Binary file not shown.

18
test.c
View File

@ -1,18 +0,0 @@
#include <unistd.h>
#include <stdio.h>
#include <signal.h>
int main()
{
char input[1000];
//scanf("%s", input);
//printf("%s", input);
printf("Hello world\n");
int i = 900000000;
while (i) {
i = i - 1;
}
sleep(8);
return 0;
}