Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 774 Bytes

README.adoc

File metadata and controls

23 lines (19 loc) · 774 Bytes

Contributor:

Stenz123?label=Stenz123&logo=github

Advent of Code 2022

Solutions

Creating a new day

  1. Create a new class in the package aoc.day.days named Day{dayNumber}.java

  2. make the new day extend the Day class

  3. put input into the data/ folder, and name it day{dayNumber}.txt

  4. Execute Main