Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.