```csharp using System; namespace HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); } } } ```
写一段C#代码
- 作者:China-Hubei-Ezhou
- 日期:2025年2月12日 16:17
- 浏览:27
```csharp using System; namespace HelloWorld { class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); } } } ```
评论区: