mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
5 lines
97 B
Kotlin
5 lines
97 B
Kotlin
// param: args: kotlin.Array<kotlin.String>: three little words
|
|
// expected: rv: little
|
|
|
|
args[1]
|