KOTLIN مرجع: Kotlin Introduction
مرجع سريع لـ Kotlin Introduction.
مرجع KOTLIN — Kotlin Introduction
ملخص سريع عن Kotlin Introduction مع صياغة ومثال.
الصياغة
fun main(){}
مثال
fun main(){
println("Hello Kotlin")
}
مرجع سريع لـ Kotlin Introduction.
ملخص سريع عن Kotlin Introduction مع صياغة ومثال.
fun main(){}
fun main(){
println("Hello Kotlin")
}