namespace Nerfed.Compiler { public class Program { internal static void Main(string[] args) { Compiler.Compile(args[0], args[1]); } } }