Skip to content

Commit

Permalink
Use Console.Write in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 authored Aug 22, 2024
1 parent 409bc3f commit e4fc322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
````
#run
```c#
Console.WriteLine("Hello, World!");
Console.Write("Hello, World!");
```
````
- **Output**:
Expand Down

0 comments on commit e4fc322

Please sign in to comment.