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

https://github.com/brianschubert/advent-of-code

Solutions for the Advent of Code 2017 challenges in Kotlin
https://github.com/brianschubert/advent-of-code

adventofcode adventofcode2017 kotlin

Last synced: 8 months ago
JSON representation

Solutions for the Advent of Code 2017 challenges in Kotlin

Awesome Lists containing this project

README

          

# Advent Of Code 2017

My solutions to the puzzles presented during the [Advent of Code][adventofcode] 2017 coding competition.

I am using these puzzles to help myself gain familiarity with Kotlin. As such, I expect that some of my solutions may misuse the the Kotlin standard library in some shape or form.

All solutions were written and compiled with the Kotlin plugin that is bundled with the community edition of the [IntelliJ IDEA][intellij] IDE.

### Copyright & License
Copyright © 2017, 2018 Brian Schubert - available under [MIT License][license].

[adventofcode]: https://adventofcode.com/2017
[license]: https://github.com/blueschu/Advent-Of-Code/blob/master/LICENSE
[intellij]: https://www.jetbrains.com/idea/