프로젝트 추가
This commit is contained in:
8
Program.cs
Normal file
8
Program.cs
Normal 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!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user