메인 함수 있는 헬로월드로 변경

This commit is contained in:
2025-05-29 22:02:21 +09:00
parent 31691113b5
commit b90820172a

View File

@@ -1,2 +1,7 @@
// See https://aka.ms/new-console-template for more information
internal class Program
{
private static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}