9 lines
91 B
C++
9 lines
91 B
C++
#include "SocketLibrary.h"
|
|
|
|
namespace SocketLibrary
|
|
{
|
|
int ReturnFive()
|
|
{
|
|
return 5;
|
|
}
|
|
} |