https://github.com/rohancyberops/kotlin-koans
https://github.com/rohancyberops/kotlin-koans
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohancyberops/kotlin-koans
- Owner: RohanCyberOps
- License: mit
- Created: 2025-02-03T11:45:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T11:46:41.000Z (over 1 year ago)
- Last Synced: 2025-03-10T19:51:28.959Z (over 1 year ago)
- Language: Kotlin
- Size: 241 KB
- Stars: 1
- 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 if you want to contribute any changes to the existing tasks or new tasks, please submit new pull request.