Updated the narrative for readability (#18470)

pull/19102/head
cadmma 2018-10-14 17:11:31 +01:00 committed by Quincy Larson
parent 1f3f83c3ca
commit daf0ad5c01
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ title: Hello World
# Hello World
To write some text on console we use the `Console.WriteLine()`. This method takes a string as input.
To write some text on the console we use the `Console.WriteLine()`. This method takes a string as input.
## Example
```csharp