aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-28 13:51:33 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-28 13:51:33 -0500
commit2d205d9645b6c7947e3016fca98dfaf533d3f5e2 (patch)
treec9523b67ec4b53470c1746d023e34c2bc6fc409a /build.zig
parentb12afaa577e5f9b0c3bf922ec5c1ab15893c7378 (diff)
downloadziglings-2d205d9645b6c7947e3016fca98dfaf533d3f5e2.tar.gz
ziglings-2d205d9645b6c7947e3016fca98dfaf533d3f5e2.tar.bz2
ziglings-2d205d9645b6c7947e3016fca98dfaf533d3f5e2.tar.xz
ziglings-2d205d9645b6c7947e3016fca98dfaf533d3f5e2.zip
Added quiz 6 (and the trumpeting sounds grow louder)
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig11
1 files changed, 7 insertions, 4 deletions
diff --git a/build.zig b/build.zig
index 17efa18..a116b0c 100644
--- a/build.zig
+++ b/build.zig
@@ -252,11 +252,14 @@ const exercises = [_]Exercise{
},
.{
.main_file = "48_methods2.zig",
- .output = "Elephant A (U). Elephant B (U). Elephant C (U).",
- .hint = "This just needs one little fix."
+ .output = "A B C",
+ .hint = "This just needs one little fix.",
+ },
+ .{
+ .main_file = "49_quiz6.zig",
+ .output = "A B C Cv Bv Av",
+ .hint = "Now you're writting Zig!",
},
- // 48 use struct method for elephant tails
- // 49 quiz: add elephant trunk (like tail)!
// 50 null vs undefined
// 51 pass-by-value and const fn params
// 52 slices!