1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 23:03:22 +02:00
GPXSee/src/main.cpp

10 lines
101 B
C++
Raw Normal View History

#include "app.h"
2015-10-05 01:43:48 +02:00
int main(int argc, char *argv[])
{
App app(argc, argv);
app.run();
2015-10-05 01:43:48 +02:00
return 0;
2015-10-05 01:43:48 +02:00
}