Skip to content

nicomyerr/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

solutions for adventofcode problems written in java

Topics

Resources

Stars

Watchers

Forks

Languages