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.");