root/src/apps/people/main.cpp
/*
 * 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"


int
main(int, char**)
{       
        TPeopleApp app;
        app.Run();
        return B_NO_ERROR;
}