Rust by Example: Hello, world!
Let's create our first Rust program, the famous "Hello, world!". Place the following code in a file called hello-world.rs: |
|
|
To run the program |
|