1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Merge pull request #3331 from SaurabhSandav/play_kotlin

[kotlin/en] Update link to run Kotlin in the browser
This commit is contained in:
Divay Prakash
2018-10-27 14:23:28 +05:30
committed by GitHub

View File

@@ -448,5 +448,5 @@ fun testOperator() {
### Further Reading ### Further Reading
* [Kotlin tutorials](https://kotlinlang.org/docs/tutorials/) * [Kotlin tutorials](https://kotlinlang.org/docs/tutorials/)
* [Try Kotlin in your browser](http://try.kotlinlang.org/) * [Try Kotlin in your browser](https://play.kotlinlang.org/)
* [A list of Kotlin resources](http://kotlin.link/) * [A list of Kotlin resources](http://kotlin.link/)