9 lines
80 B
C++
9 lines
80 B
C++
#include "Phonebook.class.cpp"
|
|
|
|
int main() {
|
|
|
|
Phonebookk yellow;
|
|
|
|
return 0;
|
|
}
|