fix typos/grammar in 093_hello_c.zig

- output a text -> output text
- In Zig -> add comma
- result ist -> result is
- remove extra whitespace
This commit is contained in:
Sean Aubin
2023-02-27 17:22:51 -05:00
parent 861bf28e73
commit 20a0fcdd9a
2 changed files with 5 additions and 5 deletions

View File

@@ -471,7 +471,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "093_hello_c.zig",
.output = "Hello C from Zig! - C result ist 17 chars written.",
.output = "Hello C from Zig! - C result is 17 chars written.",
.C = true,
},
.{