From 6338aa68153ebe8a45782360f67abadd01be223b Mon Sep 17 00:00:00 2001 From: Darius Date: Tue, 15 Oct 2024 11:35:40 +0200 Subject: [PATCH] ajout pendu.c --- pendu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pendu.c b/pendu.c index 4c8e3bf..54967cb 100644 --- a/pendu.c +++ b/pendu.c @@ -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)];