Skip to content

Latest commit

 

History

History

hello-world

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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"