public static string OutputSecond() { var sample = Helpers.ReadFileAsInteger("Inputs\\01.txt"); Search3(sample, out int first, out int second, out int third); return((first * second * third).ToString()); }
public static string OutputSecond() => CountArrangements(Helpers.ReadFileAsInteger("Inputs\\10.txt")).ToString();
public static string OutputFirst() => GetJoltDifferences(Helpers.ReadFileAsInteger("Inputs\\10.txt")).ToString();