Add ex51 values

This commit is contained in:
Dave Gauer 2021-03-05 11:01:12 -05:00
parent 95bdff5bfd
commit c22c5d474d
3 changed files with 196 additions and 1 deletions

View file

@ -264,7 +264,10 @@ const exercises = [_]Exercise{
.main_file = "50_no_value.zig",
.output = "That is not dead which can eternal lie / And with strange aeons even death may die.",
},
// 51 pass-by-value and const fn params
.{
.main_file = "51_values.zig",
.output = "1:false!. 2:true!. 3:true!. XP before:0, after:200.",
},
// 52 slices!
};