Update helloworld.cs
This commit is contained in:
@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user