namespace Nerfed.Runtime; internal class Program { private static void Main(string[] args) { Engine.Run(args); } }