static void Main(string[] args) { File_Manager.Open(@"C:\Users\Plumley\Downloads\C-small-attempt0 (1).in"); //Problem call goes here Enclosure(); File_Manager.Close(); File_Manager.Write(@"C:\Users\Plumley\Downloads\C-small-attempt0 (1).out"); System.Console.WriteLine("Done"); System.Console.ReadLine(); //Pause }
static void Main(string[] args) { File_Manager.Open(@"C:\Users\Plumley\Downloads\A-large (2).in"); //Problem call goes here Part_Elf(); File_Manager.Close(); File_Manager.Write(@"C:\Users\Plumley\Downloads\A-large (2).out"); System.Console.WriteLine("Done"); System.Console.ReadLine(); //Pause }