添加项目文件。

This commit is contained in:
2025-06-13 10:52:21 +08:00
parent 4a876fbae0
commit cc986d2c1f
4 changed files with 84 additions and 0 deletions

9
[Test]/Program.cs Normal file
View File

@@ -0,0 +1,9 @@
using Convention;
public class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}