6 lines
71 B
Kotlin
6 lines
71 B
Kotlin
package foo
|
|
|
|
fun box(): Boolean {
|
|
var box = "foo"
|
|
return true
|
|
} |