#include "partie1.h" int main(void) { VilleIUT *tiut[100]; int nb = chargementVilleIUT(tiut); affichage(tiut, nb); return 0; }