Kotlin Tour
joow
22.5K views
Hello, Kotlin
Kotlin is a consise and safe programming language, targetting the JVM, Android and JavaScript.
Let's start with a classical exemple ! Print "Hello, Kotlin"
1
2
3
fun main(args: Array<String>) {
TODO()
}
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.