From c1c71f8875b937569fa113da56b780bb06e072e8 Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Thu, 6 Jun 2019 15:07:43 +0800 Subject: [PATCH] Update helloworld.cs --- Test/helloworld.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/helloworld.cs b/Test/helloworld.cs index b3e4f95..0a720dc 100644 --- a/Test/helloworld.cs +++ b/Test/helloworld.cs @@ -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.");