mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
1b29e74880
* fix kotlin * fix order
7 lines
97 B
Kotlin
7 lines
97 B
Kotlin
// ktlint-disable filename
|
|
fun main() {
|
|
val n = "World"
|
|
val v = "Hello, $n!"
|
|
|
|
println(v)
|
|
}
|