phonebook class contact fonction print fonctionne
This commit is contained in:
10
d00/ex01/main.cpp
Normal file
10
d00/ex01/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "PhoneBook.class.cpp"
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
|
||||
PhoneBook yellow;
|
||||
yellow.contact.add_first("hugo");
|
||||
yellow.contact.print_contact();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user