Change name file Client and Server

This commit is contained in:
2019-12-25 10:44:02 +01:00
parent a036846185
commit 8c5a2bd7ac
38 changed files with 8 additions and 10 deletions

9
SocketLibrary/server.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "SocketLibrary.h"
namespace SocketLibrary
{
int ReturnFive()
{
return 5;
}
}