@@ -26,6 +26,8 @@ bin = [
2626 { name = " functions4_sol" , path = " ../solutions/02_functions/functions4.rs" },
2727 { name = " functions5" , path = " ../exercises/02_functions/functions5.rs" },
2828 { name = " functions5_sol" , path = " ../solutions/02_functions/functions5.rs" },
29+ { name = " functions6" , path = " ../exercises/02_functions/functions6.rs" },
30+ { name = " functions6_sol" , path = " ../solutions/02_functions/functions6.rs" },
2931 { name = " if1" , path = " ../exercises/03_if/if1.rs" },
3032 { name = " if1_sol" , path = " ../solutions/03_if/if1.rs" },
3133 { name = " if2" , path = " ../exercises/03_if/if2.rs" },
@@ -60,6 +62,8 @@ bin = [
6062 { name = " move_semantics4_sol" , path = " ../solutions/06_move_semantics/move_semantics4.rs" },
6163 { name = " move_semantics5" , path = " ../exercises/06_move_semantics/move_semantics5.rs" },
6264 { name = " move_semantics5_sol" , path = " ../solutions/06_move_semantics/move_semantics5.rs" },
65+ { name = " move_semantics6" , path = " ../exercises/06_move_semantics/move_semantics6.rs" },
66+ { name = " move_semantics6_sol" , path = " ../solutions/06_move_semantics/move_semantics6.rs" },
6367 { name = " structs1" , path = " ../exercises/07_structs/structs1.rs" },
6468 { name = " structs1_sol" , path = " ../solutions/07_structs/structs1.rs" },
6569 { name = " structs2" , path = " ../exercises/07_structs/structs2.rs" },
0 commit comments