File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
// We sometimes encourage you to keep trying things on a given exercise, even
4
4
// after you already figured it out. If you got everything working and feel
5
5
// ready for the next exercise, remove the `I AM NOT DONE` comment below.
6
- // Execute the command `rustlings hint intro1` for a hint.
6
+ // Execute `rustlings hint intro1` or use the `hint` watch subcommand for a hint.
7
7
//
8
8
// If you're running this using `rustlings watch`: The exercise file will be reloaded
9
9
// when you change one of the lines below! Try adding a `println!` line, or try changing
Original file line number Diff line number Diff line change 1
1
// intro2.rs
2
2
// Make the code print a greeting to the world.
3
- // Execute `rustlings hint intro2` for a hint.
3
+ // Execute `rustlings hint intro2` or use the `hint` watch subcommand for a hint.
4
4
5
5
// I AM NOT DONE
6
6
You can’t perform that action at this time.
0 commit comments