添加项目文件。

This commit is contained in:
Kister Hakusan
2025-09-08 09:52:22 +08:00
parent 1313433a12
commit 3724bc0ad5
18 changed files with 481 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
using System;
namespace
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("hello world");
}
}
}