C# 代码着色测试

// C# 代码着色测试:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.ReadLine();
}
}
}

猜你喜欢

转载自www.cnblogs.com/lfq24/p/9192098.html