This commit is contained in:
TheSinay 2024-10-24 15:49:13 +02:00
parent 227f77d89d
commit c49ca7d7d1

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;