diff --git a/essai.c b/essai.c new file mode 100644 index 0000000..16aa8c4 --- /dev/null +++ b/essai.c @@ -0,0 +1,10 @@ +#include + +main() +{ + +printf("\n bonjour je test \n"); + +return 0; + +} -- libgit2 0.21.2