Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 391 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 391 Bytes

Compilation

> gcc -o server server.c
> gcc -o client client.c

Play

(1) Run the server in a terminal

./server

(2) Run the client in a different terminal

./client

(3) Follow the instructions

Server-Client auto test

(1) Run the server in a terminal

./server

(2) Run test in a different terminal

./answerCheck.sh | ./client