#include "app.hpp" int main(int argc, char *argv[]) { App app; return app.run(); }