Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 187 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 187 Bytes

hangman

To compile the server program, run the following command:-

gcc -pthread -o server server.c connection.c reader.c game.c sys_ops.c

For client program:-

gcc -o client client.c