improved report design

This commit is contained in:
Chris Boesch
2026-04-03 19:28:12 +02:00
parent 7fae6e0607
commit f6a6798c8b
3 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ pub fn main() !void {
Insect{ .grasshopper = Grasshopper{ .distance_hopped = 32 } },
};
std.debug.print("Daily Insect Report:\n", .{});
std.debug.print("=== Doctor Zoraptera's Insect Report ===\n", .{});
for (my_insects) |insect| {
// Almost done! We want to print() each insect with a
// single method call here.