12 lines
151 B
C++
12 lines
151 B
C++
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#endif
|
|
|
|
#include "TestApp.h"
|
|
|
|
using namespace std;
|
|
|
|
int main (int argc, char **argv)
|
|
{
|
|
TestApp testCom;
|
|
}
|