mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
edc7095b4b
* Fix Kotlin good test case (incorrect filename) * Add Android support for Kotlin Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
6 lines
70 B
Kotlin
6 lines
70 B
Kotlin
fun main() {
|
|
val n = "World"
|
|
val v = "Hello, $n!"
|
|
|
|
println(v)
|
|
}
|