rm emacs temps file

This commit is contained in:
kitoy 2023-11-08 14:01:11 +01:00
parent 7b176ca150
commit cd62270958
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#include <stdlib.h>
#include <stdio.h>
int
main(int argc, char *argv[]) {
if ( argc == 0)
{
printf("Le nombre d'arguments est 1");
}
else
{
printf("Le nombre d'arguments est de : %d", argc);
}
exit (EXIT_SUCCESS);
}