Add output piece.

This commit is contained in:
Yang Gao 2015-02-24 14:46:53 -08:00
parent 3054eba891
commit ecee424a87
1 changed files with 2 additions and 1 deletions

View File

@ -53,10 +53,11 @@ Run the server:
```sh
$ ./greeter_server
```
Run the client:
Run the client (in a different terminal):
```sh
$ ./greeter_client
```
If things go smoothly, you will see the "Greeter received: Hello world" in the client side output.
## Tutorial