Remove whitespace from line endings
This commit is contained in:
parent
172d321f9f
commit
0bd7ef0996
@ -230,12 +230,12 @@ $ cd hello_world
|
||||
|
||||
## Writing and Running a Rust Program
|
||||
|
||||
We need to create a source file for our Rust program. Rust files always end
|
||||
in a *.rs* extension. If you are using more than one word in your filename,
|
||||
use an underscore to separate them; for example, you would use
|
||||
We need to create a source file for our Rust program. Rust files always end
|
||||
in a *.rs* extension. If you are using more than one word in your filename,
|
||||
use an underscore to separate them; for example, you would use
|
||||
*my_program.rs* rather than *myprogram.rs*.
|
||||
|
||||
Now, make a new file and call it *main.rs*. Open the file and type
|
||||
Now, make a new file and call it *main.rs*. Open the file and type
|
||||
the following code:
|
||||
|
||||
```rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user