From b50a8a1c811924a26f153dff04a5321e34582e78 Mon Sep 17 00:00:00 2001 From: Mingu Kim Date: Sat, 18 Jan 2025 22:40:18 +0900 Subject: [PATCH] Second --- Test/Program.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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