This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
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;
}