Initial commit

This commit is contained in:
Paul Faure 2021-04-06 20:48:04 +02:00
commit 790dc01b2c
3 changed files with 6 additions and 0 deletions

0
.gitignore vendored Normal file
View file

0
README.md Normal file
View file

6
travail.c Normal file
View file

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