Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 146 Bytes

File metadata and controls

10 lines (7 loc) · 146 Bytes

Compiling Instructions : gcc list.c server.c -o server.o gcc client.c

Execution instructions :

In a separate command prompt ./server.o

./a.out