ajout de initgrid dans le main

This commit is contained in:
Lea
2025-11-28 08:56:28 -05:00
parent c9fea5f30d
commit 14b6bcdcb6

View File

@@ -21,6 +21,7 @@ int main() {
string grid[LARGTIC][LARGTIC];
do {
initGrid(grid);
afficherMenu(choix);
switch (choix) {