mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00: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.
|
||||
//
|
||||
// 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() {
|
||||
println!("Hello and");
|
||||
|
|
Loading…
Reference in a new issue