add ex081 anon structs 2
This commit is contained in:
parent
da3ec19000
commit
b86230d160
3 changed files with 59 additions and 0 deletions
|
|
@ -400,6 +400,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "080_anonymous_structs.zig",
|
||||
.output = "[Circle(i32): 25,70,15] [Circle(f32): 25.2,71.0,15.7]",
|
||||
},
|
||||
.{
|
||||
.main_file = "081_anonymous_structs2.zig",
|
||||
.output = "x:205 y:187 radius:12",
|
||||
},
|
||||
};
|
||||
|
||||
/// Check the zig version to make sure it can compile the examples properly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue