From 3afa62b42c53aa59e198239b1eff636c43d70eb2 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Thu, 29 May 2025 22:02:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=ED=97=AC=EB=A1=9C=EC=9B=94=EB=93=9C?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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!"); + } +}