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:
parent
aadd5af717
commit
2efc730e3d
2 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
},
|
||||
.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue