Skip to content

brittleru/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Advent of Code with Java

Java solutions for Advent of Code challenges. The purpose of this repository is to have fun while solving AoC challenges.

Use your puzzle documents

If you want to change the inputs with your puzzle input, change the contents of the files from src/main/resources/year{number}/day{number}/input.txt.

Dependencies

  • Java 17
  • Junit 5
  • Maven 3.8.7 (Wrapper provided)

AoC 2023 Solutions