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

https://github.com/luhmirin-s/adventofcode

My solutions for Advent of Code from 2015, 2016 and 2017
https://github.com/luhmirin-s/adventofcode

advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 kotlin

Last synced: 15 days ago
JSON representation

My solutions for Advent of Code from 2015, 2016 and 2017

Awesome Lists containing this project

README

        

**Advent of Code in Kotlin**

Repo contains my solutions for Advent of Code 2015 and 2016

* Descriptions are in `main/resources/descriptions/y201X`
* Solutions are in `main/kotlin/y201X`
* Corresponding tests are in `test/kotlin/y201X`
* Test inputs are in `test/resources/inputs/y201X`
* There are few utility functions in `main/kotlin/core/extensions`

---

http://adventofcode.com/about