9 lines
57 B
Kotlin
9 lines
57 B
Kotlin
if (1 > 0)
|
|
{
|
|
var n : Int = 1
|
|
return n
|
|
}
|
|
else
|
|
{
|
|
return 0
|
|
} |