diff --git a/Test/Program.cs b/Test/Program.cs index 35b24aa..ca64c5a 100644 --- a/Test/Program.cs +++ b/Test/Program.cs @@ -3,6 +3,7 @@ private static void Main(string[] args) { int a = 10; + int b = 20; Console.WriteLine("Hello, World!"); }