We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d16528 + 3545c5a commit c306792Copy full SHA for c306792
exercises/00_intro/intro1.rs
@@ -29,7 +29,7 @@ fn main() {
29
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
30
println!("solve the exercises. Good luck!");
31
println!();
32
- println!("The source for this exercise is in `exercises/intro00/intro1.rs`. Have a look!");
+ println!("The source for this exercise is in `exercises/00_intro/intro1.rs`. Have a look!");
33
println!(
34
"Going forward, the source of the exercises will always be in the success/failure output."
35
);
0 commit comments