From dc187889c1a0cec8cb0e7de67df96ebc9e981995 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Thu, 16 Feb 2023 19:28:10 +0100 Subject: some improvements in the description --- build.zig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index c23e92e..1abe5c7 100644 --- a/build.zig +++ b/build.zig @@ -465,14 +465,14 @@ const exercises = [_]Exercise{ // .output = "ABCDEF", // .@"async" = true, // }, + .{ + .main_file = "092_interfaces.zig", + .output = "Daily Insect Report:\nAnt is alive.\nBee visited 17 flowers.\nGrasshopper hopped 32 meters.", + }, .{ .main_file = "093_hello_c.zig", .output = "Hello C from Zig! - C result ist 17 chars", .C = true, -}, -.{ - .main_file = "092_interfaces.zig", - .output = "Daily Insect Report:\nAnt is alive.\nBee visited 17 flowers.\nGrasshopper hopped 32 meters.", }, .{ .main_file = "999_the_end.zig", -- cgit v1.2.3