#include "PhoneBook.class.cpp" #include int main() { PhoneBook yellow; yellow.contact.add_first("hugo"); yellow.contact.print_contact(); return 0; }