diff --git a/Program.cs b/Program.cs index 3751555..52e24e5 100644 --- a/Program.cs +++ b/Program.cs @@ -1,2 +1,9 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +using System; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +}