Add ex 50 'no values' (help further address #25)

This commit is contained in:
Dave Gauer 2021-02-28 18:36:38 -05:00
parent 2d205d9645
commit 95bdff5bfd
3 changed files with 102 additions and 1 deletions

View file

@ -260,7 +260,10 @@ const exercises = [_]Exercise{
.output = "A B C Cv Bv Av",
.hint = "Now you're writting Zig!",
},
// 50 null vs undefined
.{
.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
// 52 slices!
};