Advent Of Code solution framework in C# -- Framework in C# for solving puzzles from adventofcode.com
Rough pieces:
- load puzzle
acquire the typical input file
return an appropriate parsed but unprocessed data set
- process input (iterated over the above data set)
parse the data set
return appropriate piece(s)
- solve puzzle
aggregate pieces from the parsed data
- show puzzle
display the computed output