Shuxia Ning
2024-12-27 f94a4ed8e9f5400e73bad84be023096585cb0498
1
2
3
4
5
6
7
8
9
10
namespace IStation.Server.Alarm
{
    internal class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, World!");
        }
    }
}