summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.zig b/build.zig
index 8041e07..a1f6029 100644
--- a/build.zig
+++ b/build.zig
@@ -1199,9 +1199,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "108_labeled_switch.zig",
- .output =
- \\The pull request has been merged
- ,
+ .output = "The pull request has been merged.",
},
.{
.main_file = "999_the_end.zig",