Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 736 Bytes

Advent of Code 2022

Repository to store solutions for Advent of Code

About

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".

How to run

$ git clone git@github.com:bram-inniger/advent-of-code-2022.git
$ cd advent-of-code-2022
$ ./gradlew clean test

License

GNU GENERAL PUBLIC LICENSE version 3. See LICENSE.

Copyright (C) 2022 Bram Inniger