My Advent of Code 2023 solutions in the Java programming language.
- Pick a day (for example "1")
- Put your input in resources/dayInputs
- Rename to "day{number of the day}" (for example
day1
) - Replace the "day" class in the Main class with yours (for example
(new Day1()).solve().beautifulPrint();
) - Run it!
I cannot include my puzzle inputs because of this:
If you're posting a code repository somewhere, please don't include parts of Advent of Code like the puzzle text or your inputs.
This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.