mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
Added instructions for Client Server Implementation
This commit is contained in:
parent
ac7a937532
commit
a2bc9825e2
@ -79,3 +79,8 @@ In this directory you will find (in the right order):
|
|||||||
* word-count
|
* word-count
|
||||||
* rna-transcription
|
* rna-transcription
|
||||||
|
|
||||||
|
## Simple Client Server Implementation
|
||||||
|
This directory contains
|
||||||
|
* client.c
|
||||||
|
* server.c
|
||||||
|
First execute server.c in a terminal and then client.c in a diferrent terminal. Enables communication between two terminals.
|
||||||
|
Loading…
Reference in New Issue
Block a user