mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-09 16:39:58 +00:00
add ex080 anonymous structs 1
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user