4 lines
76 B
Kotlin
4 lines
76 B
Kotlin
import java.util.List;
|
|
|
|
fun gg(list: List<String>, vararg ints: Int) = list
|