1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-05 06:17:36 +02:00

Update link to run Kotlin in the browser

This commit is contained in:
Saurabh Sandav
2018-10-27 11:24:10 +05:30
parent dba905ffd2
commit b3d01a51a8

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/)