Kotlin basics, part 1
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Kotlin basic 1
This Kotlin template lets you get started quickly with a simple one-page playground.
println("Hello, World!")
1
2
3
4
fun main(args: Array<String>) {
println("Hello, World!")
}
Enter to Rename, Shift+Enter to Preview
fdsfsd
1
2
3
4
fun main(args: Array<String>) {
println("Hello, World 2")
}
Enter to Rename, Shift+Enter to Preview
dsadssadasd
1
2
3
4
fun main(args: Array<String>) {
println("Hello, World 3")
}
Enter to Rename, Shift+Enter to Preview
Kotlin basic 2
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content