7 lines
90 B
C++
7 lines
90 B
C++
#include "application.h"
|
|
|
|
int main(int, char *[])
|
|
{
|
|
run_standalone();
|
|
return 0;
|
|
}
|