Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/passsy/kotlin-advent-of-code
Kotlin implementation of http://adventofcode.com/
https://github.com/passsy/kotlin-advent-of-code
advent-of-code kotlin tdd
Last synced: 28 days ago
JSON representation
Kotlin implementation of http://adventofcode.com/
- Host: GitHub
- URL: https://github.com/passsy/kotlin-advent-of-code
- Owner: passsy
- Created: 2016-10-04T02:29:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T23:38:58.000Z (almost 6 years ago)
- Last Synced: 2024-12-19T03:33:15.424Z (about 1 month ago)
- Topics: advent-of-code, kotlin, tdd
- Language: Kotlin
- Size: 453 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Advent of Code](http://adventofcode.com/) solutions in Kotlin
[Advent of Code](http://adventofcode.com/) is a series of small programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.
This repository contains the (work in progress) solutions written in Kotlin by me ([@passsy](https://twitter.com/passsy)). I try to solve all days via TDD