Initial commit: created project structure, makefile, some static files for future server tests and interphase to create a listening socket

This commit is contained in:
2020-06-22 15:59:38 +05:00
commit 2b86380ff4
13 changed files with 245 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
bin/
obj/
tmp/
.vscode/