https://github.com/codehunt101/kotlin-koans
https://github.com/codehunt101/kotlin-koans
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehunt101/kotlin-koans
- Owner: CodeHunt101
- License: mit
- Created: 2022-06-27T22:41:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T22:47:32.000Z (almost 4 years ago)
- Last Synced: 2025-08-03T08:41:30.016Z (10 months ago)
- Language: HTML
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
# kotlin-koans-edu
Kotlin Koans are a series of exercises to get you familiar with the Kotlin Syntax.
Each exercise is created as a failing unit test, and your job is to make it pass.
You can work with Kotlin Koans in one of the following ways:
* You can play with Koans online: https://play.kotlinlang.org/koans/overview.
* You can solve the tasks right inside IntelliJ IDEA or Android Studio by
[installing the EduTools plugin](https://www.jetbrains.com/help/education/install-edutools-plugin.html?section=IntelliJ%20IDEA)
and [choosing Kotlin Koans course](https://www.jetbrains.com/help/education/learner-start-guide.html?section=Kotlin%20Koans).
You don't need this project if you want to solve the tasks. Install the educational plugin or do it online.
This project contains the task content, so please submit a new pull request if you want to contribute any changes
to the existing or new tasks.