You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
308 B

/*!
\file main.c
\author GOIGOUX Lucie & JEUDI--LEMOINE Alix
\date 15/12/22
\brief Exécutable principal du programme
Application de gestion des candidature dans les IUT de France
*/
#include "I/un.c"
int main(void) {
titreMenuPrincipal();
menuPrincipal();
/*test();
test2();*/
return 0;
}