Java reflection-based Advent of Code 2024 puzzles solver. Allows to select day and then loads solution from proper class based on class name, which is possible thanks to Java's reflection.
- .sh script creation of new day boilerplate
- solving both parts of puzzle by day with input source selection (sample/real)