Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 402 Bytes

File metadata and controls

12 lines (10 loc) · 402 Bytes

AdventOfCode23

Repo for advent of code solutions for 2023

To run the solution for any of the days:

  • Build the project with mvn clean install
  • create a file containing your puzzle input
  • run `java -jar day-.jar

Alternatively,

  • Open the project in your favourite IDE
  • Put your input into src/test/resources/input.txt
  • Run MainTest.input() using your IDE.