Skip to content

Repo for advent of code solutions for 2022

Notifications You must be signed in to change notification settings

RyanFoulds/AdventOfCode22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode22

Repo for advent of code solutions for 2022

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<number>-<version>.jar <inputFilePath>

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 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages