summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-09-20 12:10:55 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-09-20 12:10:55 +0200
commitd1b49f353eaa7358a4041a3090e87f49dc0a4bf6 (patch)
treeb40acd2e4de00700d119866411813f2dd8eb4212 /build.zig
parent94b5b4bf4bd2cef9adcca401dc75d1b6cd079fb4 (diff)
Minor improvements.
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",