summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",