Je choisie de faire un tableau a double entrer pour la grille mais la problème de test

This commit is contained in:
ozvann
2024-11-04 22:11:03 +01:00
parent 36dd0ac17a
commit ebdfe6a5e0
6 changed files with 26 additions and 11 deletions

3
main.c
View File

@@ -4,7 +4,7 @@
#include "menu.h"
#include "taille.h"
#include "grille.h"
@@ -14,7 +14,6 @@ int main (void){
EffacerEcran(CouleurParNom("white"));
Menu();
while(1){
GererChoixTaille();
}
return EXIT_SUCCESS;
}