fun main() { for(i in 0 until 10 step 2) { println(i) } }