+ First day with a multiline input, added new infrastructure for that + Will need some refinement in the future
+ Now linking in the math library, will probably be needed for future challenges anyway + This day was a bit of a hack
* Added puzzle_input.c to help handle common input parsing * Accepts a parser callback function to do the day specific parsing * Updated day_1 to use new parsing system