4 lines
66 B
Plaintext
Vendored
4 lines
66 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun main() {
|
|
1.rangeTo(2).forEach { x -> x }
|
|
} |