diff --git a/guide/english/c/hello-world/index.md b/guide/english/c/hello-world/index.md index ce0ef5d3cea..6a9c2629d97 100644 --- a/guide/english/c/hello-world/index.md +++ b/guide/english/c/hello-world/index.md @@ -27,5 +27,5 @@ To write on console you can use the function `printf()` contained in the library ## Output: ``` - >Hello World + >hello, world ```