Compare commits

...

1 commit

Author SHA1 Message Date
2a1075e49a Travail 2 2021-04-06 21:17:17 +02:00

6
travail2.c Normal file
View file

@ -0,0 +1,6 @@
#include <stdio.h>
int main(int argc, char * argv[]) {
printf("Hello World bis, on est dans le travail2\n");
return -1;
}