Update helloworld.cs

This commit is contained in:
hoodiearon
2019-06-06 15:07:43 +08:00
committed by GitHub
parent 28bb937e20
commit c1c71f8875

View File

@ -6,7 +6,7 @@ namespace HelloWorld
{
static void Main()
{
Console.WriteLine("Hello World!");
Console.WriteLine("Hello World");
// Keep the console window open in debug mode.
Console.WriteLine("Press any key to exit.");