ajout pendu.c
This commit is contained in:
		
							
								
								
									
										2
									
								
								pendu.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pendu.c
									
									
									
									
									
								
							@@ -76,7 +76,7 @@ char* difficult(int word_length) {
 | 
				
			|||||||
        printf("Erreur lors de la fusion finale des mots\n");
 | 
					        printf("Erreur lors de la fusion finale des mots\n");
 | 
				
			||||||
        return NULL;
 | 
					        return NULL;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					    
 | 
				
			||||||
    // Sélectionner un mot aléatoire
 | 
					    // Sélectionner un mot aléatoire
 | 
				
			||||||
    char* chosen_word = final_words[rand() % (size1 + size2)];
 | 
					    char* chosen_word = final_words[rand() % (size1 + size2)];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user