Updated the narrative for readability (#18470)

This commit is contained in:
cadmma
2018-10-14 17:11:31 +01:00
committed by Quincy Larson
parent 1f3f83c3ca
commit daf0ad5c01

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