Initial commit
This commit is contained in:
commit
790dc01b2c
3 changed files with 6 additions and 0 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
0
README.md
Normal file
0
README.md
Normal file
6
travail.c
Normal file
6
travail.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
printf("Hello World\n");
|
||||
return -1;
|
||||
}
|
Loading…
Reference in a new issue