Ajout à la liste des mots

This commit is contained in:
2025-12-05 17:35:05 -05:00
parent 1068695609
commit dfb40af3dc
3 changed files with 48 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ int main() {
int nbMot3lettre = 15; //Nombre de mot pr<70>sent dans le fichier
int nbLettre = 3;
string motRandom; // Mot random
const int NOMBREMOT3LETTRE = 56;
const int NOMBREMOT3LETTRE = 101;
int nbEssai = 6;
while (quitter == false) {