mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 14:37:32 -05:00
Improve the comment in intro1
This commit is contained in:
parent
b8826dd3b3
commit
a4c07ca948
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
// ready for the next exercise, enter `n` in the terminal.
|
// ready for the next exercise, enter `n` in the terminal.
|
||||||
//
|
//
|
||||||
// The exercise file will be reloaded when you change one of the lines below!
|
// The exercise file will be reloaded when you change one of the lines below!
|
||||||
// Try adding a new `println!`.
|
// Try adding a new `println!` and check the updated output in the terminal.
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello and");
|
println!("Hello and");
|
||||||
|
|
Loading…
Reference in a new issue