From 3115588b8f1ab3fa6397159791590638f5c707ac Mon Sep 17 00:00:00 2001 From: Tilak Singh <37914124+t11ak@users.noreply.github.com> Date: Tue, 23 Oct 2018 11:56:20 +0530 Subject: [PATCH] Update index.md (#25613) --- guide/english/c/hello-world/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/c/hello-world/index.md b/guide/english/c/hello-world/index.md index ce0ef5d3ce..6a9c2629d9 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 ```