mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
7 lines
64 B
Kotlin
7 lines
64 B
Kotlin
fun f(a:Int) : Int {
|
|
val x = 42
|
|
val y = 50
|
|
|
|
return y
|
|
}
|