Added return type information of WriteLine (#21913)
* Added return type information of WriteLine * Fixed grammar
This commit is contained in:
committed by
Manish Giri
parent
22ed2b964a
commit
910b1baaf7
@ -4,7 +4,7 @@ title: Hello World
|
||||
|
||||
# Hello World
|
||||
|
||||
To write some text on the 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 and has a return type of `void`.
|
||||
|
||||
## Example
|
||||
```csharp
|
||||
|
Reference in New Issue
Block a user