@@ -72,20 +72,20 @@ bin = [
72
72
{ name = " enums2_sol" , path = " ../solutions/08_enums/enums2.rs" },
73
73
{ name = " enums3" , path = " ../exercises/08_enums/enums3.rs" },
74
74
{ name = " enums3_sol" , path = " ../solutions/08_enums/enums3.rs" },
75
- { name = " strings1" , path = " ../exercises/09_strings /strings1.rs" },
76
- { name = " strings1_sol" , path = " ../solutions/09_strings /strings1.rs" },
77
- { name = " strings2" , path = " ../exercises/09_strings /strings2.rs" },
78
- { name = " strings2_sol" , path = " ../solutions/09_strings /strings2.rs" },
79
- { name = " strings3" , path = " ../exercises/09_strings /strings3.rs" },
80
- { name = " strings3_sol" , path = " ../solutions/09_strings /strings3.rs" },
81
- { name = " strings4" , path = " ../exercises/09_strings /strings4.rs" },
82
- { name = " strings4_sol" , path = " ../solutions/09_strings /strings4.rs" },
83
- { name = " modules1" , path = " ../exercises/10_modules /modules1.rs" },
84
- { name = " modules1_sol" , path = " ../solutions/10_modules /modules1.rs" },
85
- { name = " modules2" , path = " ../exercises/10_modules /modules2.rs" },
86
- { name = " modules2_sol" , path = " ../solutions/10_modules /modules2.rs" },
87
- { name = " modules3" , path = " ../exercises/10_modules /modules3.rs" },
88
- { name = " modules3_sol" , path = " ../solutions/10_modules /modules3.rs" },
75
+ { name = " strings1" , path = " ../exercises/10_strings /strings1.rs" },
76
+ { name = " strings1_sol" , path = " ../solutions/10_strings /strings1.rs" },
77
+ { name = " strings2" , path = " ../exercises/10_strings /strings2.rs" },
78
+ { name = " strings2_sol" , path = " ../solutions/10_strings /strings2.rs" },
79
+ { name = " strings3" , path = " ../exercises/10_strings /strings3.rs" },
80
+ { name = " strings3_sol" , path = " ../solutions/10_strings /strings3.rs" },
81
+ { name = " strings4" , path = " ../exercises/10_strings /strings4.rs" },
82
+ { name = " strings4_sol" , path = " ../solutions/10_strings /strings4.rs" },
83
+ { name = " modules1" , path = " ../exercises/09_modules /modules1.rs" },
84
+ { name = " modules1_sol" , path = " ../solutions/09_modules /modules1.rs" },
85
+ { name = " modules2" , path = " ../exercises/09_modules /modules2.rs" },
86
+ { name = " modules2_sol" , path = " ../solutions/09_modules /modules2.rs" },
87
+ { name = " modules3" , path = " ../exercises/09_modules /modules3.rs" },
88
+ { name = " modules3_sol" , path = " ../solutions/09_modules /modules3.rs" },
89
89
{ name = " hashmaps1" , path = " ../exercises/11_hashmaps/hashmaps1.rs" },
90
90
{ name = " hashmaps1_sol" , path = " ../solutions/11_hashmaps/hashmaps1.rs" },
91
91
{ name = " hashmaps2" , path = " ../exercises/11_hashmaps/hashmaps2.rs" },
0 commit comments