Skip to content

marcinbator/AoC2024-Java-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Java reflection-based Advent of Code 2024 puzzles solver

Topics

Resources

Stars

Watchers

Forks