#include int main(int,char**) { std::cout << "new app starting" << std::endl; return 0; }