Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
One more note about obsolete state of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
svtk committed Jul 15, 2019
1 parent c961a86 commit 5935a3c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/i_introduction/_0_Hello_World/n00Start.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ package i_introduction._0_Hello_World
import util.TODO
import util.doc0

/*
Note that this project is obsolete.
For the last version of Koans, check either
online version
- https://play.kotlinlang.org/koans/overview
or
the course in the EduTools plugin
- https://www.jetbrains.com/help/education/learner-start-guide.html?section=Kotlin%20Koans
- https://www.jetbrains.com/help/education/install-edutools-plugin.html?section=IntelliJ%20IDEA
The task content can be found at https://github.com/Kotlin/kotlin-koans-edu.
*/

fun todoTask0(): Nothing = TODO(
"""
Task 0.
Expand Down

0 comments on commit 5935a3c

Please sign in to comment.