First commit
This commit is contained in:
commit
5c269302ed
59 changed files with 5613 additions and 0 deletions
8
content/progsys/TDM_1-appels_systemes/src/hello_world.c
Normal file
8
content/progsys/TDM_1-appels_systemes/src/hello_world.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main (){
|
||||
printf("Hello World\n");
|
||||
sleep(5);
|
||||
exit(0);
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main (){
|
||||
printf("Hello World\n");
|
||||
sleep(5);
|
||||
exit(0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue