增加测试代码
郗云飞 authored at 2018-11-05 16:26:01
178.00 B
NewLife.RocketMQ
using System;

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