1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +02:00

Merge pull request #1723 from adamhb123/exercise-directory-structure-update

Update Exercises Directory Names to Reflect Order
This commit is contained in:
liv 2023-10-16 14:02:51 +02:00 committed by GitHub
commit 33220c5109
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
118 changed files with 95 additions and 95 deletions

View File

@ -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/intro/intro1.rs`. Have a look!");
println!("The source for this exercise is in `exercises/intro00/intro1.rs`. Have a look!");
println!(
"Going forward, the source of the exercises will always be in the success/failure output."
);

Some files were not shown because too many files have changed in this diff Show More