An open API service indexing awesome lists of open source software.

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

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)