TCP-Multithreaded-Server-Client

To run:
gcc client.c -o client -pthread
gcc server.c -o server -pthread
./server
./client