My change is line 30. (#23571)
Printing hello, world correctly according to the code above given.
This commit is contained in:
@ -28,10 +28,10 @@ To write on console you can use the function `printf()` contained in the library
|
|||||||
|
|
||||||
## Output:
|
## Output:
|
||||||
```
|
```
|
||||||
>hello, world
|
hello, world
|
||||||
```
|
```
|
||||||
|
|
||||||
#### More Information
|
#### More Information
|
||||||
|
|
||||||
* Conventionally, the first ever program you write is the "hello world" program, be it in any language.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user