Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 164 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 164 Bytes

Socket

Minimal socket programme in C.

To run:

cd server
gcc server.c -o server
./server
cd client
gcc client.c -o client
./client