diff --git a/test.c b/test.c new file mode 100644 index 0000000..4a20123 --- /dev/null +++ b/test.c @@ -0,0 +1,6 @@ +int main(int argc, char *argv[]) +{ + FILE* fichier = NULL; + + return 0; +} \ No newline at end of file