1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +02:00

Improve the comment in intro1

This commit is contained in:
mo8it 2024-07-04 13:10:18 +02:00
parent b8826dd3b3
commit a4c07ca948

View File

@ -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");