6 lines
55 B
Kotlin
6 lines
55 B
Kotlin
package foo
|
|
|
|
fun box() : Boolean
|
|
{
|
|
return !false;
|
|
} |