5 lines
75 B
Kotlin
5 lines
75 B
Kotlin
fun f(a: Int) {
|
|
run {
|
|
<lineMarker>f</lineMarker>(a - 1)
|
|
}
|
|
} |