/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: aortigos "; std::getline(std::cin, str); if (str == "ADD") ph.addContacts(); else if (str == "SEARCH") ph.showContacts(); std::cout << std::endl; } return (0); }