Client side is DONE!

This commit is contained in:
Tahinli 2022-11-14 13:51:57 +03:00
parent f7d02e3306
commit c99c11adf0
2 changed files with 150 additions and 31 deletions

3
start Executable file
View file

@ -0,0 +1,3 @@
gcc main.c -o main `pkg-config --cflags --libs gtk+-3.0` -lpthread
./main
clear