aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/092_interfaces.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/092_interfaces.zig b/exercises/092_interfaces.zig
index 45f9d8e..5adc9c0 100644
--- a/exercises/092_interfaces.zig
+++ b/exercises/092_interfaces.zig
@@ -51,7 +51,7 @@ pub fn main() !void {
} };
// The daily situation report, what's going on in the garden
- try dailyReport(&my_insects);
+ try dailyReport("what is here the right parameter?");
}
// Through the interface we can keep a list of various objects