Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 493 Bytes

kotlin--kotlin-docs--koans.md

File metadata and controls

13 lines (10 loc) · 493 Bytes

Koans

📗 Course

Kotlin Koans is a series of exercises to get you familiar with the Kotlin syntax and some idioms. Each exercise is created as a failing unit test, and your job is to make it pass. Here you can play with Koans online, but the same version of exercises is also available via JetBrains educational plugin right

  • Introduction
  • Classes
  • Conventions
  • Collections
  • Properties
  • Builders
  • Generics