Add ex 50 'no values' (help further address #25)
This commit is contained in:
parent
2d205d9645
commit
95bdff5bfd
3 changed files with 102 additions and 1 deletions
|
|
@ -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!
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue