diff --git a/guide/english/c/hello-world/index.md b/guide/english/c/hello-world/index.md index 6a9c2629d9..65d5e8a08a 100644 --- a/guide/english/c/hello-world/index.md +++ b/guide/english/c/hello-world/index.md @@ -29,3 +29,8 @@ To write on console you can use the function `printf()` contained in the library ``` >hello, world ``` + + #### More Information + * Conventionally, the first ever program you write is the "hello world" program, be it in any language. + * This is because Brian Kernighan was the first to write "hello, world" program for the documentation of the BCPL programming language developed by Martin Richards. +