mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Added return type information of WriteLine (#21913)
* Added return type information of WriteLine * Fixed grammar
This commit is contained in:
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user