#include "App.hpp" int main(int argc, char** argv) { // create app and run App app; app.run(); // no freaking way return 0; }