diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-03 21:27:55 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-03 21:27:55 +0200 |
| commit | 0206db8129e6dba87100958aa8d31e7c58628d2e (patch) | |
| tree | 848a3f014172977a9293748da4f44891eacf308f | |
| parent | 34bbe1347d86c47bea8037274e97e972203c70c6 (diff) | |
fixed missing uppercase letter
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
