add ex52 slices
This commit is contained in:
parent
71dd4ff1ae
commit
da56734847
3 changed files with 63 additions and 1 deletions
|
|
@ -268,7 +268,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "51_values.zig",
|
||||
.output = "1:false!. 2:true!. 3:true!. XP before:0, after:200.",
|
||||
},
|
||||
// 52 slices!
|
||||
.{
|
||||
.main_file = "52_slices.zig",
|
||||
.output = "Hand1: A 4 K 8 Hand2: 5 2 Q J",
|
||||
},
|
||||
};
|
||||
|
||||
/// Check the zig version to make sure it can compile the examples properly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue