#include #include "client/Client.h" using namespace std; int main(int argc, char** argv) { Client::start(); return 0; }