From 7a6ee748fafad34c7c75a3acfd8f5bd8033d16c1 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Tue, 27 Dec 2022 17:45:59 +0100 Subject: [PATCH] Changement appel test + suppression include --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index b909c35..5038c96 100644 --- a/src/main.c +++ b/src/main.c @@ -7,12 +7,11 @@ Application de gestion des candidature dans les IUT de France */ #include "I/un.c" -#include "II/deux.c" int main(void) { /*titreMenuPrincipal(); menuPrincipal(); test();*/ - test(); + test2(); return 0; } \ No newline at end of file