#include <iostream>
#include "proto/client.pb.h"
int main(int argc, char **argv)
{
std::cout << "Client running" << std::endl;
return 0;
}