vmironov
public fun main(args: Array<out String>) { arrayListOf("one", "two").forEach { println(it) } }