From 557904d13e60490fbbbb8835c8bd26682a6d4e26 Mon Sep 17 00:00:00 2001 From: Mingu Kim Date: Sat, 18 Jan 2025 22:47:31 +0900 Subject: [PATCH] Third --- Test/Program.cs | 1 + 1 file changed, 1 insertion(+) 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!"); }