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