1
0

ajout-difficulte #4

Merged
Hugo DIMITRIJEVIC merged 3 commits from ajout-difficulte into master 2024-10-26 18:26:23 +02:00
Showing only changes of commit c49ca7d7d1 - Show all commits

View File

@ -167,7 +167,6 @@ int main() {
char word[256] = "";
choose_random_words(filtered_words, num_filtered_words, word, max_word_length);
int word_length = strlen(word);
printf("%s",word);
int score = play_game(word, word_length);
char play_again;