aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-02-16 19:28:10 +0100
committerChris Boesch <[email protected]>2023-02-16 19:28:10 +0100
commitdc187889c1a0cec8cb0e7de67df96ebc9e981995 (patch)
treea7e1052ecd65b52f3c3ba3a902cbe8b897a65856 /build.zig
parentbb956254774ed022f29c70e98f7ca95c28f2c86f (diff)
downloadziglings-dc187889c1a0cec8cb0e7de67df96ebc9e981995.tar.xz
ziglings-dc187889c1a0cec8cb0e7de67df96ebc9e981995.zip
some improvements in the description
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.zig b/build.zig
index c23e92e..1abe5c7 100644
--- a/build.zig
+++ b/build.zig
@@ -466,13 +466,13 @@ const exercises = [_]Exercise{
// .@"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",