ProtoBufTest/Client/Client.cpp

10 lines
143 B
C++
Raw Normal View History

2015-02-19 13:59:22 +00:00
#include <iostream>
2015-02-22 19:18:51 +00:00
#include "proto/client.pb.h"
2015-02-19 13:59:22 +00:00
int main(int argc, char **argv)
{
std::cout << "Client running" << std::endl;
return 0;
}