{}
run-icon
Main.cs
// 免费在线 C# 编辑器 // 使用 C# 在线编译器编写、编辑和运行您的 C# 代码 using System; public class HelloWorld { public static void Main(string[] args) { Console.WriteLine ("Try programiz.pro"); } }
输出