Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 167 Bytes

File metadata and controls

14 lines (9 loc) · 167 Bytes

Hello World Example

To run, in two separate terminals, do:

$ cargo run server 127.0.0.1:4000

and

$ cargo run client 127.0.0.1:4000 "Hello World"