// test.cpp // // Launches the phone book #include "PhoneBook.h" int main() { PhoneBook phone_book; phone_book.run(); return 0; }