Le problème du tableau a été régler avec succès

This commit is contained in:
ozvann
2024-11-05 16:19:43 +01:00
parent cf66a3fbcb
commit 73229ab3e3
2 changed files with 9 additions and 7 deletions

2
main.c
View File

@@ -12,8 +12,8 @@ int main (void){
InitialiserGraphique();
CreerFenetre(10, 10, 600, 300);
EffacerEcran(CouleurParNom("white"));
Menu();
while(1){
Menu();
GererChoixTaille();
}
return EXIT_SUCCESS;