static int Main(string[] args) { return(Csc.Run(args)); }
public static int Main(string[] args) => Csc.Run(args);