yanis
master
@ -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)];
The note is not visible to the blocked user.