rm emacs temps file
This commit is contained in:
parent
7b176ca150
commit
cd62270958
|
@ -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);
|
||||
}
|
Loading…
Reference in New Issue