https://github.com/raleighlittles/kotlin-koans
Annotated solutions to the Kotlin Koans problems.
https://github.com/raleighlittles/kotlin-koans
koans kotlin-koans
Last synced: 7 months ago
JSON representation
Annotated solutions to the Kotlin Koans problems.
- Host: GitHub
- URL: https://github.com/raleighlittles/kotlin-koans
- Owner: raleighlittles
- Created: 2019-02-03T00:12:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T03:07:59.000Z (over 6 years ago)
- Last Synced: 2025-01-26T14:52:19.919Z (8 months ago)
- Topics: koans, kotlin-koans
- Language: HTML
- Homepage: https://play.kotlinlang.org/koans/
- Size: 703 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# About
Annotated solutions to the Kotlin Koans.
# Contents
The Koans problems are split into 6 sections:
1. Introduction
2. Collections
3. Conventions
4. Properties
5. Builders
6. GenericsEach section has a handful of problems. The task is to fill in the code in `Task.kt` to be able to get all tests to pass.