ajout-difficulte #3

Open
Yanis DARIUS wants to merge 6 commits from dariusy/TD3_DEV51_Qualite_Algo_Dimitrijevic_Darius:ajout-difficulte into master
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;