/advent-of-code

Advent of Code solutions in Java

Primary LanguageJava

Advent of Code

GitHub Workflow Status Code Climate maintainability Code Climate technical debt Code Climate coverage

Solutions for advent of code puzzles in Java.

Usage

Run a puzzle

# Puzzle of 2017 for day 8 part 2
./build-and-run.sh 2017 8 2

Tests

Run tests

mvn test

Architecture tests

Run ArchUnit

mvn test -PArchUnit