Skip to content

Advent of code 2022 solutions, written in Java 11, managed with Maven

Notifications You must be signed in to change notification settings

Skelebot/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2022

My advent of code 2022 solutions, written in Java 11, managed with Apache Maven

Try it out

Run tests (solves all test cases included in puzzles):

mvn test

Run on actual inputs (Replace Day1 with the day you want to run):

mvn package
java -cp target/advent-of-code-2022-1.0-SNAPSHOT.jar aoc.Day1

If you want to solve your own inputs, replace my inputs in src/main/resources/.

About

Advent of code 2022 solutions, written in Java 11, managed with Maven

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages