发布1117
大石头 authored at 2019-11-17 17:40:35
178.00 B
NewLife.RocketMQ
using System;

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