Kotlin: Giriş
Kotlin öğrenmeye hızlı bir genel bakış ve Hello World ile başla.
Kotlin — Introduction
Overview
Kotlin, Android ve backend için kullanılan bir JVM dilidir.
Hello World
fun main(){
println("Hello, World!")
}
What you'll learn
- How to run Kotlin
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.