Released
This commit is contained in:
Tahinli 2022-11-06 02:36:18 +03:00
parent c5c79e3b59
commit 1672fc1590
4 changed files with 733 additions and 0 deletions

4
Socket_Multi/run.bat Normal file
View file

@ -0,0 +1,4 @@
gcc main.c -o server -l ws2_32
server
pause
cls