pbm compilation was to link class.cpp

This commit is contained in:
hugogogo
2022-02-02 18:42:56 +01:00
parent fd2dd5fa20
commit cdd562216a
6 changed files with 7 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
int main() {
Phonebookk yellow;
Phonebook yellow;
return 0;
}