C# 在线调试工具

​x

19
1
//Rextester.Program.Main 是代码入口函数,不要改变它.
2
//编译版本 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5
3
4
using System;
5
using System.Collections.Generic;
6
using System.Linq;
7
using System.Text.RegularExpressions;
8
9
namespace Rextester
10
{
11
   public class Program
12
{
13
       public static void Main(string[] args)
14
{
15
           //你的代码...
16
Console.WriteLine('Hello, world!');
17
      }
18
}
19
}
(0)

相关推荐