Setup Visual Studio

This commit is contained in:
2019-12-25 10:25:31 +01:00
commit 3d4671159c
57 changed files with 680 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
namespace SocketLibrary
{
int ReturnFive();
}