using System; namespace Part2 { class Program { static void Main(string[] args) { string input = File.ReadAllText(@"../../input.txt"); } } }