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
- Host: GitHub
- URL: https://github.com/brianschubert/advent-of-code
- Owner: brianschubert
- License: mit
- Created: 2017-12-04T01:28:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T16:33:46.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T22:46:42.351Z (10 months ago)
- Topics: adventofcode, adventofcode2017, kotlin
- Language: Kotlin
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/