fix(intro): clarify hint usage
This commit is contained in:
parent
9ed4b0683e
commit
c3c21ad91f
@ -3,7 +3,7 @@
|
|||||||
// We sometimes encourage you to keep trying things on a given exercise, even
|
// We sometimes encourage you to keep trying things on a given exercise, even
|
||||||
// after you already figured it out. If you got everything working and feel
|
// after you already figured it out. If you got everything working and feel
|
||||||
// ready for the next exercise, remove the `I AM NOT DONE` comment below.
|
// ready for the next exercise, remove the `I AM NOT DONE` comment below.
|
||||||
// Execute the command `rustlings hint intro1` for a hint.
|
// Execute `rustlings hint intro1` or use the `hint` watch subcommand for a hint.
|
||||||
//
|
//
|
||||||
// If you're running this using `rustlings watch`: The exercise file will be reloaded
|
// If you're running this using `rustlings watch`: The exercise file will be reloaded
|
||||||
// when you change one of the lines below! Try adding a `println!` line, or try changing
|
// when you change one of the lines below! Try adding a `println!` line, or try changing
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// intro2.rs
|
// intro2.rs
|
||||||
// Make the code print a greeting to the world.
|
// Make the code print a greeting to the world.
|
||||||
// Execute `rustlings hint intro2` for a hint.
|
// Execute `rustlings hint intro2` or use the `hint` watch subcommand for a hint.
|
||||||
|
|
||||||
// I AM NOT DONE
|
// I AM NOT DONE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user