#include "App.h" #include "iostream" using namespace std; int main() { std::cout << "meow" << endl; //Application app; //return app.run(); }