diff options
author | Pratik Karki <prertik@outlook.com> | 2017-08-25 16:01:42 +0545 |
---|---|---|
committer | Pratik Karki <prertik@outlook.com> | 2017-08-25 16:01:42 +0545 |
commit | d9b28d5726ea33f9b9bafc44c1a78fb113925af5 (patch) | |
tree | 6075c6f122f56ec85f3fb118808d0829e76f01f9 /tr-tr | |
parent | d6121158574b741b17476167564bf098bcf64ead (diff) |
add filename and language
Diffstat (limited to 'tr-tr')
-rw-r--r-- | tr-tr/kotlin-tr.html.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tr-tr/kotlin-tr.html.markdown b/tr-tr/kotlin-tr.html.markdown index 043cf31f..4d2dd291 100644 --- a/tr-tr/kotlin-tr.html.markdown +++ b/tr-tr/kotlin-tr.html.markdown @@ -1,7 +1,9 @@ --- language: kotlin +filename: kotlin-tr.kt contributors: - - ["Baha Can Aydın", "https://github.com/bahacan19"] + - ["Baha Can Aydın", "https://github.com/bahacan19"] +lang: tr-tr --- Kotlin, JVM, Android ve tarayıcı için statik olarak yazılmış bir programlama dilidir. Java %100 birlikte çalışabilir. |