diff options
| author | Dave Gauer <dave@ratfactor.com> | 2023-02-15 17:45:10 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2023-02-15 17:45:10 -0500 |
| commit | 662086cb898ab96431edc38b969664e60e0d9d96 (patch) | |
| tree | e586043dda2d90b294fa7a1e6d5595b8b2412528 /build.zig | |
| parent | beaa89fdf570b58c25f33f72715f6fa8ca2cd8a5 (diff) | |
Added story/explanation to new ex. 092
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -462,7 +462,7 @@ const exercises = [_]Exercise{ // }, .{ .main_file = "092_interfaces.zig", - .output = "Daily insect report:\nAnt is alive.\nBee visited 17 flowers.\nGrasshopper hopped 32 m.", + .output = "Daily Insect Report:\nAnt is alive.\nBee visited 17 flowers.\nGrasshopper hopped 32 meters.", }, .{ .main_file = "999_the_end.zig", |
