https://github.com/marcinbator/aoc2024-java-solver
Java reflection-based Advent of Code 2024 puzzles solver
https://github.com/marcinbator/aoc2024-java-solver
advent-of-code-2024 java reflection
Last synced: over 1 year ago
JSON representation
Java reflection-based Advent of Code 2024 puzzles solver
- Host: GitHub
- URL: https://github.com/marcinbator/aoc2024-java-solver
- Owner: marcinbator
- Created: 2024-12-01T16:03:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T18:59:00.000Z (over 1 year ago)
- Last Synced: 2025-02-05T02:51:29.416Z (over 1 year ago)
- Topics: advent-of-code-2024, java, reflection
- Language: Java
- Homepage: https://adventofcode.com/2024
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024 solver in Java
## Description
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.
## Features
- .sh script creation of new day boilerplate
- solving both parts of puzzle by day with input source selection (sample/real)