- https://kotlinlang.org/docs/koans.html
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 following two ways:
코틀린 튜토리얼 사이트입니다. koan은 종교적인 선문답..이라고 하는데 뭔지는 잘 모르겠습니다
이런식으로 대화형으로 이것저것 코틀린의 기능들을 써볼 수 있습니다
좀 어렵네요 ㅋㅋ
반응형
'프로그래밍 > Kotlin' 카테고리의 다른 글
[Kotlin] 프로퍼티 (Property) (0) | 2022.03.20 |
---|---|
[Kotlin] trailing comma (0) | 2022.03.19 |
[Kotlin] when을 이용한 compareTo 오버라이딩 예시 (0) | 2022.03.19 |
[Kotlin] 코틀린의 특징 (0) | 2022.03.19 |
[Kotlin] 데이터 클래스(Data Class) (0) | 2022.03.19 |