diff options
| author | Dave Gauer <[email protected]> | 2021-05-09 13:24:25 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-05-09 13:24:25 -0400 |
| commit | ae0dc2b282d7f59ad57b4f6152bf07db62138b9a (patch) | |
| tree | d74e9b14f2f4ada71270ba63b272848939551975 /build.zig | |
| parent | ac9a4dadfb1a3186608dbfabfef9cf02d4ee2b8d (diff) | |
| download | ziglings-ae0dc2b282d7f59ad57b4f6152bf07db62138b9a.tar.xz ziglings-ae0dc2b282d7f59ad57b4f6152bf07db62138b9a.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. |
