anti triche

This commit is contained in:
Mylloon 2021-05-22 00:24:52 +02:00
parent eda6c12b2d
commit a99ae9fbe5

2
main.c
View file

@ -58,8 +58,6 @@ char * obfuscation(char mot[], int lettresValidees[], int taille) {
j = j + 2; j = j + 2;
} }
printf("\n[DEBUG: mot: %s, taille mot: %d, mot caché: %s]\n", mot, taille, motCache);
return motCache; return motCache;
} }