haiku/src/apps/people/main.cpp

20 lines
271 B
C++

/*
* 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;
}