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 aadd5af717
commit 2efc730e3d
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,
},
.{