5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
// WITH_RUNTIME
|
|
fun main(args: Array<String>){
|
|
val y = "abcd${listOf(1, 2)}"
|
|
}
|