프로젝트 추가

This commit is contained in:
2025-12-29 00:53:13 +09:00
parent 2d770d6def
commit ee76db0fd6
4 changed files with 45 additions and 0 deletions

8
Program.cs Normal file
View File

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