Skip to content

Commit a4c07ca

Browse files
committed
Improve the comment in intro1
1 parent b8826dd commit a4c07ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/00_intro/intro1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ready for the next exercise, enter `n` in the terminal.
44
//
55
// The exercise file will be reloaded when you change one of the lines below!
6-
// Try adding a new `println!`.
6+
// Try adding a new `println!` and check the updated output in the terminal.
77

88
fn main() {
99
println!("Hello and");

0 commit comments

Comments
 (0)