Skip to content

mpbostock/adventofcode2021

Repository files navigation

adventofcode2021

A standard Gradle project for the AoC 2021 solutions and tests. This comes with a built in Gradle wrapper, so no need to install Gradle

Running Tests

Simply run

./gradlew test from the command line at the root of the project.

This doesn't output the results of the tests to the command line but will generate test results in html files.

Alternatively, open this in IntelliJ and the tests can be ran from there.

Progress so far...

Day Test Solution Stars
01 Day01Test Day01 **
02 Day02Test Day02 **
03 Day03Test Day03 **
04 Day04Test Day04 **
05 Day05Test Day05 **
06 Day06Test Day06 **
07 Day07Test Day07 **
08 Day08Test Day08 **
09 Day09Test Day09 **
10 Day10Test Day10 **
11 Day11Test Day11 **
13 Day13Test Day13 **
14 Day14Test Day14 **
15 Day15Test Day15 *
16 Day16Test Day16 **

Releases

No releases published

Packages

No packages published

Languages