https://github.com/lopcode/aoc-2019
https://github.com/lopcode/aoc-2019
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lopcode/aoc-2019
- Owner: lopcode
- Created: 2019-12-01T13:31:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T18:12:26.000Z (about 6 years ago)
- Last Synced: 2025-03-26T23:03:19.978Z (10 months ago)
- Language: Kotlin
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`