aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-04-14 11:00:25 -0400
committerDave Gauer <[email protected]>2021-04-14 11:00:25 -0400
commitdd06f3c95f670b10a0938fd1ff011f700369033f (patch)
tree8e7de610941da50b20433b356ff242008516a536 /build.zig
parente23eba236a2ffa3ecd8a7ae88a523de10bf97e3b (diff)
downloadziglings-dd06f3c95f670b10a0938fd1ff011f700369033f.tar.xz
ziglings-dd06f3c95f670b10a0938fd1ff011f700369033f.zip
Added type reflection to 066
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 0eaec0b..face896 100644
--- a/build.zig
+++ b/build.zig
@@ -333,7 +333,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "066_comptime.zig",
- .output = "const_int=12345, const_float=987.654, var_int=54321, var_float=456.789",
+ .output = "Immutable: 12345, 987.654; Mutable: 54321, 456.789; Types: comptime_int, comptime_float, u32, f32",
.hint = "It may help to read this one out loud to your favorite stuffed animal until it sinks in completely."
},
};