summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-04-03 21:36:33 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-04-03 21:36:33 +0200
commit966c1f83af33f6b3f2312a2e4613247097f9ae38 (patch)
treea8c1c5a4aa8fb7bd0dfd0ead0c237f9c6fd14d88 /build.zig
parent34bbe1347d86c47bea8037274e97e972203c70c6 (diff)
parent261c12d6a22f34c08249fad4cd81bcd90eafd02b (diff)
Merge pull request 'fixed missing uppercase letter' (#387) from async2-fix into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/387
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index d3d91ee..3cddb61 100644
--- a/build.zig
+++ b/build.zig
@@ -1137,7 +1137,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "086_async2.zig",
- .output = "Computing... the answer is: 42",
+ .output = "Computing... The answer is: 42",
},
.{
.main_file = "087_async3.zig",