1
0

yanis #3

Closed
Yanis DARIUS wants to merge 3 commits from yanis into master
Showing only changes of commit 6338aa6815 - Show all commits

View File

@ -76,7 +76,7 @@ char* difficult(int word_length) {
printf("Erreur lors de la fusion finale des mots\n");
return NULL;
}
// Sélectionner un mot aléatoire
char* chosen_word = final_words[rand() % (size1 + size2)];