1
0
cuberite-2a/tests/Network/EchoServer.cpp

20 lines
155 B
C++
Raw Normal View History

// EchoServer.cpp
// Implements an Echo server using the LibEvent-based cNetwork API, as a test of that API
int main()
{
// TODO
return 0;
}