3 Fevrier

This commit is contained in:
Adrian POURCHOT 2023-02-03 11:23:45 +01:00
parent f2be2729c2
commit 991fb4d62a

View File

@ -134,12 +134,9 @@ void visuelGraphe(graphe g){
}
Touche();
FermerGraphique();
}
int main(int argc, char const *argv[])
{
int main(int argc, char const *argv[]){
graphe Graphe;
Graphe=creergraphe(7,0);
ajoutArete(Graphe,0,1); /*0=France,1=Belgique*/