Add ex51 values

This commit is contained in:
Dave Gauer
2021-03-05 11:01:12 -05:00
parent 28791f0cb8
commit 4f9c8f57ba
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!
};