ajout dez fichier main et correction de fichier taille.h

This commit is contained in:
ozvann
2024-10-25 13:08:43 +02:00
parent 9ba0c335b0
commit b0bcf200a0
6 changed files with 33 additions and 3 deletions

9
menu.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef MENU_H
#define MENU_H
void afficherTaille();
#endif