First commit

This commit is contained in:
Yorick Barbanneau 2018-10-12 23:06:04 +02:00
commit 5c269302ed
59 changed files with 5613 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#include <stdlib.h>
#include <stdlib.h>
int main (){
printf("Hello World\n");
sleep(5);
exit(0);
}

View file

@ -0,0 +1,8 @@
#include <stdlib.h>
#include <stdlib.h>
int main (){
printf("Hello World\n");
sleep(5);
exit(0);
}