#include "app.h" int main(int argc, char** argv) { app a; return a.run(argc, argv); }