static void Main(string[] args) { WOTParser wp = new WOTParser(); if (args.Length > 0) { wp.processReplayFile(args[0]); } }