diff --git a/src/main.cpp b/src/main.cpp index e6702b1..324399f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,12 +26,17 @@ int main(){ cout << "----------\n"; c1.ajouterContact(p2); c1.ajouterContact(p3); + c1.ajouterContact(p4); + c1.ajouterContact(p2); + c2.ajouterContact(p1); + c1.ajouterContact(p1); cout << "----------\n"; - // c1.rechercher(p3); - // c1.rechercher(p2); - // c1.rechercher(p4); + c1.rechercher(p3); + c1.rechercher(p2); + c1.rechercher(p5); // c1.ajouterContact() // map m {{p1,[p2,p6]},{}} } +