SCR et DEV

This commit is contained in:
Simoes Lukas
2024-10-09 09:59:41 +02:00
parent 7d319d2d6a
commit af0a212997
4 changed files with 250 additions and 0 deletions

8
DEV1.1/TP15/tests.c Normal file
View 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]);
}