Advent of Code

December 9, 2025 ยท View on GitHub

Solutions for AoC puzzles written in Java.

years
2025

Usage

  • Download the real input from the AoC website

  • Save it as e.g. input.txt in the corresponding resources folder

  • Run the following command in the terminal (e.g. for year 2025 day 01 part 1)

    ./gradlew run --args='2025 01 1 input.txt'
    
  • If no argument is passed the program will use test-input.txt