echo example transfers terminal input from client to server. Te server
will print strings to its terminal. Please use two terminals, one for
server and one for client.

Compile the programs doing:
bash> make

Start server in first terminal:
bash> ./echo-server

Start client in second terminal:
bash> ./echo-client



