diff --git a/Program.cs b/Program.cs index 83fa4f4..615e0e9 100644 --- a/Program.cs +++ b/Program.cs @@ -1,2 +1,7 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +internal class Program +{ + private static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +}