summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-04-03 21:27:55 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-04-03 21:27:55 +0200
commit0206db8129e6dba87100958aa8d31e7c58628d2e (patch)
tree848a3f014172977a9293748da4f44891eacf308f
parent34bbe1347d86c47bea8037274e97e972203c70c6 (diff)
fixed missing uppercase letter
-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",