diff options
author | Yang Gao <yangg@google.com> | 2015-02-24 14:46:53 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-02-24 14:46:53 -0800 |
commit | ecee424a879d0e56e7bd7115a7015beafe09c4e6 (patch) | |
tree | c8581dd85c6cd72a2664a40536270f00b0f6dec7 /cpp/README.md | |
parent | 3054eba891802f7c48de16240ac1296fb1411e44 (diff) |
Add output piece.
Diffstat (limited to 'cpp/README.md')
-rw-r--r-- | cpp/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/README.md b/cpp/README.md index ac4dea9b7f..078021d876 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -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 |