Snowflake/RPG.Services.Gameserver/Program.cs

10 lines
158 B
C#
Raw Normal View History

2024-01-18 16:18:25 +00:00
namespace RPG.Services.Gameserver;
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}