static void Main(string[] args) { string pathToInput = args.First(); Outputer.SetPath(args[1]); Transliterator.start(pathToInput); }