new information regarding hello world (#20263)

* new information regarding hello world 

 ## Extra
 * you know the first ever program you write was hello world program whether it be in any language.
 * It is because Brian Kernighan was the  first  to write "hello, world" program for the documentation of the BCPL programming language developed by Martin Richards.

* Fixed formatting and improved readability
This commit is contained in:
Siddharth Shrivastav
2018-11-01 03:51:33 +05:30
committed by Tom
parent 7b4a05f7ce
commit 8f4a27ae8a

View File

@ -29,3 +29,8 @@ To write on console you can use the function `printf()` contained in the library
``` ```
>hello, world >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.