1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-23 00:28:46 +02:00

fix(intro): clarify hint usage

This commit is contained in:
mokou
2022-07-11 13:35:16 +02:00
parent 9ed4b0683e
commit c3c21ad91f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// intro2.rs
// 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