Nerfed/Nerfed.Runtime/Program.cs

11 lines
179 B
C#
Raw Normal View History

2024-07-05 12:21:17 +02:00
namespace Nerfed.Runtime
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}