Esempio n. 1
0
int main()
{
    readFile( fileToRead );
    TMyApp myApp;
    myApp.run();
    deleteFile();
    return 0;
}
Esempio n. 2
0
int main() {
    TMyApp myApp;
    myApp.run();
    return 0;
}