Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
2a1075e49a |
1 changed files with 6 additions and 0 deletions
6
travail2.c
Normal file
6
travail2.c
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue