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