Repository to store solutions for Advent of Code
Every problem is described in under "problems".
Every input is given in "inputs".
The actual problem solutions (both parts) can be found under "main".
Tests verifying all solutions (and sample inputs) can be found under "test".
$ git clone git@github.com:bram-inniger/advent-of-code-2022.git
$ cd advent-of-code-2022
$ ./gradlew clean test
GNU GENERAL PUBLIC LICENSE version 3. See LICENSE.
Copyright (C) 2022 Bram Inniger