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

https://github.com/lopcode/aoc-2019


https://github.com/lopcode/aoc-2019

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2019

Quick solutions to this year's [Advent of Code](https://adventofcode.com/2019). Not a good example of "quality code".

* Help: `./gradlew run --args "help"`
* Test cases: `./gradlew run --args "test 1-1"`
* Running: `./gradlew run --args "run 1-2"`