#include "weblog.h" int main(int argc, char* argv[]) { Weblog weblog{argc, argv}; return weblog.run(); }