DEV/DEV1.1/TP15/tests.c

8 lines
162 B
C
Raw Normal View History

2024-10-09 09:59:41 +02:00
# 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]);
}