From da3ec19000ee124371793ec3e846e5c2c1b164c2 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 9 May 2021 13:24:25 -0400 Subject: add ex080 anonymous structs 1 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index c66f613..7abb48e 100644 --- a/build.zig +++ b/build.zig @@ -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. -- cgit v1.2.3-ZIG