File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -230,12 +230,12 @@ $ cd hello_world
230
230
231
231
## Writing and Running a Rust Program
232
232
233
- We need to create a source file for our Rust program. Rust files always end
234
- in a * .rs* extension. If you are using more than one word in your filename,
235
- use an underscore to separate them; for example, you would use
233
+ We need to create a source file for our Rust program. Rust files always end
234
+ in a * .rs* extension. If you are using more than one word in your filename,
235
+ use an underscore to separate them; for example, you would use
236
236
* my_program.rs* rather than * myprogram.rs* .
237
237
238
- Now, make a new file and call it * main.rs* . Open the file and type
238
+ Now, make a new file and call it * main.rs* . Open the file and type
239
239
the following code:
240
240
241
241
``` rust
You can’t perform that action at this time.
0 commit comments