Files
lan_chat_cpp/SocketLibrary/server.cpp

9 lines
91 B
C++

#include "SocketLibrary.h"
namespace SocketLibrary
{
int ReturnFive()
{
return 5;
}
}