| OLD | NEW |
| (Empty) | |
| 1 # Hello Mojo example applications |
| 2 |
| 3 `hello_mojo_server` and `hello_mojo_client` are like the [echo |
| 4 examples](../echo), but a bit more minimal and with no dependencies outside of |
| 5 the [Mojo public C/C++ SDK](../../mojo/public). |
| 6 |
| 7 ## Running |
| 8 |
| 9 For example, for a Linux debug build, from the command line: |
| 10 |
| 11 $ out/Debug/mojo_shell mojo:hello_mojo_client |
| 12 |
| 13 ## See also |
| 14 |
| 15 * [echo examples](../echo) |
| 16 * [Mojo public C SDK](../../mojo/public/c) |
| 17 * [Mojo public C++ SDK](../../mojo/public/cpp) |
| OLD | NEW |