ProtoBufTest/Server/Server.cpp

8 lines
113 B
C++
Raw Normal View History

2015-02-19 13:59:22 +00:00
#include <iostream>
int main(int argc, char **argv)
{
std::cout << "Server running" << std::endl;
return 0;
}