brittleru / advent-of-code

Solutions for AoC in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solutions for AoC in Java


Languages

Language:Java 100.0%