diff --git a/src/main.c b/src/main.c index e954cfc..b380ce8 100644 --- a/src/main.c +++ b/src/main.c @@ -8,11 +8,9 @@ */ #include "I/un.c" - int main(void) { - VilleIUT *tiut[]; - titreMenuPrincipal(); - menuPrincipal(); - chargementDonnees (VilleIUT *tiut[]); + /*titreMenuPrincipal(); + menuPrincipal();*/ + test(); return 0; } \ No newline at end of file