Update intro1.rs

This commit is contained in:
Catheriany 2025-07-21 14:58:54 +08:00 committed by GitHub
parent f24861957a
commit b3d65eb80f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,4 +21,5 @@ fn main() {
println!("The file of this exercise is `exercises/00_intro/intro1.rs`. Have a look!");
println!("The current exercise path will be always shown under the progress bar.");
println!("You can click on the path to open the exercise file in your editor.");
println!("Hello.");
}