diff --git a/Test/Program.cs b/Test/Program.cs index 3751555..35b24aa 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -1,2 +1,9 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +internal class Program +{ + private static void Main(string[] args) + { + int a = 10; + + Console.WriteLine("Hello, World!"); + } +} \ No newline at end of file