5 lines
74 B
Kotlin
5 lines
74 B
Kotlin
fun box(): Boolean {
|
|
val i = 0x80000000 + 0x8000000
|
|
return true
|
|
}
|