Example #1
0
int main()
{
	AddressBook book;
	book.run();
	return 0;
}