Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 5935a3c

Browse files
committed
One more note about obsolete state of the project
1 parent c961a86 commit 5935a3c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/i_introduction/_0_Hello_World/n00Start.kt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ package i_introduction._0_Hello_World
33
import util.TODO
44
import util.doc0
55

6+
/*
7+
8+
Note that this project is obsolete.
9+
For the last version of Koans, check either
10+
online version
11+
- https://play.kotlinlang.org/koans/overview
12+
or
13+
the course in the EduTools plugin
14+
- https://www.jetbrains.com/help/education/learner-start-guide.html?section=Kotlin%20Koans
15+
- https://www.jetbrains.com/help/education/install-edutools-plugin.html?section=IntelliJ%20IDEA
16+
17+
The task content can be found at https://github.com/Kotlin/kotlin-koans-edu.
18+
19+
*/
20+
621
fun todoTask0(): Nothing = TODO(
722
"""
823
Task 0.

0 commit comments

Comments
 (0)