diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-09 13:24:25 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-09 13:24:25 -0400 |
commit | da3ec19000ee124371793ec3e846e5c2c1b164c2 (patch) | |
tree | d74e9b14f2f4ada71270ba63b272848939551975 /build.zig | |
parent | 2ad8de54150137244dc1d1b93bb3a75e850ee2b9 (diff) | |
download | ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.tar.gz ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.tar.bz2 ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.tar.xz ziglings-da3ec19000ee124371793ec3e846e5c2c1b164c2.zip |
add ex080 anonymous structs 1
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -396,6 +396,10 @@ const exercises = [_]Exercise{ .output = "Sweet freedom: 55, false.", .hint = "Help us, Zig Programmer, you're our only hope!", }, + .{ + .main_file = "080_anonymous_structs.zig", + .output = "[Circle(i32): 25,70,15] [Circle(f32): 25.2,71.0,15.7]", + }, }; /// Check the zig version to make sure it can compile the examples properly. |