mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-03-28 10:55:06 +00:00
Update Exercises Directory Names to Reflect Order
This commit is contained in:
parent
c3941323e2
commit
64d95837e9
118 changed files with 95 additions and 95 deletions
exercises
00_intro
01_variables
02_functions
03_if
04_primitive_types
README.mdprimitive_types1.rsprimitive_types2.rsprimitive_types3.rsprimitive_types4.rsprimitive_types5.rsprimitive_types6.rs
05_vecs
06_move_semantics
README.mdmove_semantics1.rsmove_semantics2.rsmove_semantics3.rsmove_semantics4.rsmove_semantics5.rsmove_semantics6.rs
07_structs
08_enums
09_strings
10_modules
11_hashmaps
12_options
13_error_handling
14_generics
15_traits
16_lifetimes
17_tests
18_iterators
19_smart_pointers
20_threads
|
@ -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
Loading…
Reference in a new issue