创建C#进阶

This commit is contained in:
2025-10-09 12:28:41 +08:00
parent 4e1548abe2
commit 341fa3a006
3 changed files with 45 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace test
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}