Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
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()
}
Enter to Rename, Shift+Enter to Preview
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content