7 lines
93 B
Kotlin
7 lines
93 B
Kotlin
fun main(): Boolean {
|
|
if (5 != <caret>20) {
|
|
return false
|
|
}
|
|
return true
|
|
}
|