mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
fix(intro1.rs): typo in the exercise body
This commit is contained in:
parent
33220c5109
commit
3545c5a7a4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fn main() {
|
|||
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
|
||||
println!("solve the exercises. Good luck!");
|
||||
println!();
|
||||
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!");
|
||||
println!(
|
||||
"Going forward, the source of the exercises will always be in the success/failure output."
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue