diff options
| author | Chris Boesch <[email protected]> | 2023-02-16 11:17:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-16 11:17:52 +0100 |
| commit | dce731a0ece693a06615e8f8f1ac7ee0db911360 (patch) | |
| tree | 6bcc43daca3a65afa93aacc210f390ee87dc5256 /build.zig | |
| parent | 9693860bc0cbb49ac68ad23a8297be6eb1bc2add (diff) | |
| parent | 4a63c43c1f18cf1fb98dc579f3f7bdcc27c3b336 (diff) | |
| download | ziglings-dce731a0ece693a06615e8f8f1ac7ee0db911360.tar.xz ziglings-dce731a0ece693a06615e8f8f1ac7ee0db911360.zip | |
Merge branch 'main' into hello_c
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -469,6 +469,10 @@ const exercises = [_]Exercise{ .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", |
