update
This commit is contained in:
11
app.c
Normal file
11
app.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
int main (){
|
||||
for (int i=0;i<10;i++){
|
||||
|
||||
printf("app \n");
|
||||
sleep(1);
|
||||
}
|
||||
printf("a \n");
|
||||
return 663;
|
||||
}
|
||||
BIN
output/app
Executable file
BIN
output/app
Executable file
Binary file not shown.
0
test-gitfp
Normal file
0
test-gitfp
Normal file
Reference in New Issue
Block a user