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