Files
Warhound/WarhoundConsole/Program.cs
2025-10-15 01:59:11 +09:00

11 lines
180 B
C#

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