modification du nom des fichiers

This commit is contained in:
2023-11-23 21:19:38 +01:00
parent d4e2cd3b2b
commit b61b2de79a

View File

@@ -11,7 +11,7 @@
#define NBR_POMME 5
#define TAILLE_SERPENT 10
int* plateau(void) {
int* plateauinit(void) {
int tableau[LIGNES][COLONNES] = {0}, ligne_pomme, colonne_pomme, i, i2, compteur = 0 ;