Skip to content

Commit 64d9583

Browse files
committed
Update Exercises Directory Names to Reflect Order
1 parent c394132 commit 64d9583

File tree

118 files changed

+95
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+95
-95
lines changed

exercises/intro/intro1.rs renamed to exercises/00_intro/intro1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() {
2929
println!("or logic error. The central concept behind Rustlings is to fix these errors and");
3030
println!("solve the exercises. Good luck!");
3131
println!();
32-
println!("The source for this exercise is in `exercises/intro/intro1.rs`. Have a look!");
32+
println!("The source for this exercise is in `exercises/intro00/intro1.rs`. Have a look!");
3333
println!(
3434
"Going forward, the source of the exercises will always be in the success/failure output."
3535
);
File renamed without changes.

0 commit comments

Comments
 (0)