Files
lan_chat_cpp/SocketLibrary/Source.cpp
2019-12-25 10:25:31 +01:00

9 lines
91 B
C++

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