@@ -26,6 +26,8 @@ bin = [
26
26
{ name = " functions4_sol" , path = " ../solutions/02_functions/functions4.rs" },
27
27
{ name = " functions5" , path = " ../exercises/02_functions/functions5.rs" },
28
28
{ 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" },
29
31
{ name = " if1" , path = " ../exercises/03_if/if1.rs" },
30
32
{ name = " if1_sol" , path = " ../solutions/03_if/if1.rs" },
31
33
{ name = " if2" , path = " ../exercises/03_if/if2.rs" },
@@ -60,6 +62,8 @@ bin = [
60
62
{ name = " move_semantics4_sol" , path = " ../solutions/06_move_semantics/move_semantics4.rs" },
61
63
{ name = " move_semantics5" , path = " ../exercises/06_move_semantics/move_semantics5.rs" },
62
64
{ 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" },
63
67
{ name = " structs1" , path = " ../exercises/07_structs/structs1.rs" },
64
68
{ name = " structs1_sol" , path = " ../solutions/07_structs/structs1.rs" },
65
69
{ name = " structs2" , path = " ../exercises/07_structs/structs2.rs" },
0 commit comments