/** Copyright 1999, Be Incorporated. All Rights Reserved.* This file may be used under the terms of the Be Sample Code License.** Authors:* Robert Polic*/#include "PeopleApp.h"intmain(int, char**){TPeopleApp app;app.Run();return B_NO_ERROR;}