13 lines
195 B
C#
Raw Permalink Normal View History

2025-04-16 13:53:07 +08:00
using System;
namespace ConsoleISMSMysql
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}