SCR et DEV
This commit is contained in:
8
DEV1.1/TP15/tests.c
Normal file
8
DEV1.1/TP15/tests.c
Normal file
@@ -0,0 +1,8 @@
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# include <string.h>
|
||||
# define TAILLE 26
|
||||
|
||||
int main(int argc, char** argv){
|
||||
printf("%d", (int) argv[0] * (int) argv[1]);
|
||||
}
|
Reference in New Issue
Block a user