orangy
fun main(args: Array<String>) { println(getCollection(args[0])) } fun getCollection(s: String) = s.toCharArray().toList()