#include "mainclass.hh" int main(int argc, char* argv[]) { MainClass m{argc, argv}; return m.execute(); }