mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
Add ex 50 'no values' (help further address #25)
This commit is contained in:
@@ -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!
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user