summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
blob: 6a2765841c1ba09a505607cf2d5c2d37650ecbb4 (plain)
1
2
3
4
5
6
7
8
#include "webchat.h"

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