Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casvandongen/advent-of-code-2022
Java 17 solutions for the 🎄 Advent of Code 2022
https://github.com/casvandongen/advent-of-code-2022
advent-of-code advent-of-code-2022 aoc java-17
Last synced: about 2 months ago
JSON representation
Java 17 solutions for the 🎄 Advent of Code 2022
- Host: GitHub
- URL: https://github.com/casvandongen/advent-of-code-2022
- Owner: CasvanDongen
- License: mit
- Created: 2022-11-30T20:04:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:14:57.000Z (about 2 years ago)
- Last Synced: 2024-06-17T11:16:52.338Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, java-17
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
This repository contains the solutions for the 2022 Advent of Code in Java 17.
## Usage
Open the project in your IDE as a Gradle project, build the module and run the `AdventOfCode` class. By default, the
application will run the challenge from the current day in the calendar. Run a different solution by providing the day
through the `-d` / `--day` argument.