Joey Hines
03b707c41a
Day 5 Checkin
...
+ Found a bug in read_input where previous inputs could collide with new inputs
+ That might need further investigation but a memset works for now
2021-12-05 00:14:11 -07:00
Joey Hines
505d7d2033
Day 4 Checkin
...
+ First day with a multiline input, added new infrastructure for that
+ Will need some refinement in the future
2021-12-04 12:08:15 -07:00
Joey Hines
bec55c46dd
Day 3 Done
...
+ Now linking in the math library, will probably be needed for future challenges anyway
+ This day was a bit of a hack
2021-12-03 18:53:15 -07:00
Joey Hines
d853ba0b10
Day 2 Complete
...
* 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
2021-12-02 19:16:08 -07:00
Joey Hines
a02302a516
Day 1 Check In
2021-12-01 19:43:08 -07:00