Skip to content

RyanFoulds/AdventOfCode23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Repo for advent of code solutions for 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published