AdventOfCode2020 These are my attempts at the 2020 Advent of Code. Some days I look for an elegant solution; others I cobble togther something that works. To run: cd day[DAY] javac AOC[DAY].java java AOC[DAY] <input[DAY].txt